mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +02:00
add symbol outline
This commit is contained in:
parent
3d6ab29195
commit
7061b78fd4
3 changed files with 11 additions and 0 deletions
|
@ -392,6 +392,7 @@ local mappings = {
|
|||
l = { "<cmd>Lazy log<cr>", "Log" },
|
||||
d = { "<cmd>Lazy debug<cr>", "Debug" },
|
||||
},
|
||||
["o"] = { "<cmd>SymbolsOutline<cr>", "Symbol Outline" },
|
||||
}
|
||||
|
||||
which_key.setup(setup)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue