mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
add symbol outline
This commit is contained in:
parent
3d6ab29195
commit
7061b78fd4
3 changed files with 11 additions and 0 deletions
|
@ -187,4 +187,13 @@ return {
|
|||
-- { "<c-b>", function() if not require("noice.lsp").scroll(-4) then return "<c-b>" end end, silent = true, expr = true, desc = "Scroll backward", mode = {"i", "n", "s"}},
|
||||
-- },
|
||||
-- },
|
||||
|
||||
-- simbol outline
|
||||
{
|
||||
"simrat39/symbols-outline.nvim",
|
||||
event = "BufRead",
|
||||
config = function()
|
||||
require("symbols-outline").setup()
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue