mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
add lsp saga
This commit is contained in:
parent
4645605892
commit
64fd286322
4 changed files with 82 additions and 1 deletions
|
@ -482,4 +482,16 @@ return {
|
|||
require("user.indent-o-matic")
|
||||
end,
|
||||
},
|
||||
-- Lsp Saga
|
||||
{
|
||||
"glepnir/lspsaga.nvim",
|
||||
event = "BufRead",
|
||||
config = function()
|
||||
require("lspsaga").setup({})
|
||||
end,
|
||||
dependencies = { { "kyazdani42/nvim-web-devicons" } },
|
||||
init = function()
|
||||
require("user.lspsaga_config")
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue