From bf2c6d2b5b83cf1ee41b1683b0313ca05dd987c5 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Wed, 8 Dec 2021 22:14:04 -0800 Subject: [PATCH] Add comment about disabling lspsaga --- neovim/lua/plugins.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/neovim/lua/plugins.lua b/neovim/lua/plugins.lua index 591cb15..3edaa50 100644 --- a/neovim/lua/plugins.lua +++ b/neovim/lua/plugins.lua @@ -116,6 +116,7 @@ return require('packer').startup(function() "jose-elias-alvarez/null-ls.nvim", }, } + -- NOTE: Disabled because it's got issues with Neovim 0.6.0 use { "glepnir/lspsaga.nvim", opt = true,