forked from dineshsalunke/nvim-config
refactor: add lsp saga
This commit is contained in:
parent
75e623793f
commit
e36d41f197
@ -1,4 +1,14 @@
|
||||
return {
|
||||
{
|
||||
"nvimdev/lspsaga.nvim",
|
||||
config = function()
|
||||
require("lspsaga").setup({})
|
||||
end,
|
||||
dependencies = {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
},
|
||||
},
|
||||
{
|
||||
"VonHeikemen/lsp-zero.nvim",
|
||||
branch = "v2.x",
|
||||
|
Loading…
x
Reference in New Issue
Block a user