summaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
authorchristianchiarulli <[email protected]>2021-08-11 16:35:23 -0400
committerchristianchiarulli <[email protected]>2021-08-11 16:35:23 -0400
commite7b6d3b6f5982ea1042ffd499a7b85c18f0b782e (patch)
treec629403824e137fab008808320f190ef7c3e9305 /lua/plugins.lua
parent83013c0d4f1467f546c38719c61909decfcb8151 (diff)
unpin null-ls
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r--lua/plugins.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index d8342ad8..8e497075 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -3,7 +3,7 @@ return {
{ "wbthomason/packer.nvim" },
{ "neovim/nvim-lspconfig" },
{ "tamago324/nlsp-settings.nvim" },
- { "jose-elias-alvarez/null-ls.nvim", commit = "341b726b910e0dce0d7da98a2b4c47f1629e8339" },
+ { "jose-elias-alvarez/null-ls.nvim" },
{
"kabouzeid/nvim-lspinstall",
event = "VimEnter",