add lspsaga plugin and doc for it

This commit is contained in:
Maciej Lebiest 2023-07-18 21:41:09 +02:00
parent ebfae87445
commit 9cc6739703
2 changed files with 44 additions and 0 deletions

View file

@ -16,6 +16,14 @@ require("lazy").setup({
priority = 400
},
-- neovim lsp plugins and depencencies
{
'nvimdev/lspsaga.nvim',
config = function()
require('lspsaga').setup({
lightbulb = { enable = false }
})
end,
},
{ 'hrsh7th/cmp-nvim-lsp' },
{ 'hrsh7th/cmp-buffer' },
{ 'hrsh7th/cmp-cmdline' },