null-ls needs to be pinned as well

This commit is contained in:
Abouzar Parvan 2021-08-11 19:03:10 +04:30 committed by GitHub
parent 5fe651a7db
commit f6407e0bdb
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

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