mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
update
This commit is contained in:
parent
1bfec1713f
commit
8ca57e2aa7
2 changed files with 11 additions and 12 deletions
|
@ -483,15 +483,15 @@ return {
|
|||
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,
|
||||
},
|
||||
-- {
|
||||
-- "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