Browse Source

null-ls needs to be pinned as well

Abouzar Parvan 3 years ago
parent
commit
f6407e0bdb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lua/plugins.lua

+ 1 - 1
lua/plugins.lua

@@ -3,7 +3,7 @@ return {
   { "wbthomason/packer.nvim" },
   { "neovim/nvim-lspconfig" },
   { "tamago324/nlsp-settings.nvim" },
-  { "jose-elias-alvarez/null-ls.nvim" },
+  { "jose-elias-alvarez/null-ls.nvim", commit = "341b726b910e0dce0d7da98a2b4c47f1629e8339" },
   {
     "kabouzeid/nvim-lspinstall",
     event = "VimEnter",