Add keymap to toggle SymbolsOutline
This commit is contained in:
parent
dc31476433
commit
4a3ef32469
|
@ -3,5 +3,6 @@ return {
|
|||
cond = not vim.g.vscode,
|
||||
cmd = "SymbolsOutline",
|
||||
dependencies = { "neovim/nvim-lspconfig" },
|
||||
init = function() vim.keymap.set("n", "<leader>no", "<cmd>SymbolsOutline <cr>") end,
|
||||
config = true,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue