add lspsaga plugin and doc for it
This commit is contained in:
parent
ebfae87445
commit
9cc6739703
2 changed files with 44 additions and 0 deletions
|
@ -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' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue