Add keymap to toggle SymbolsOutline

This commit is contained in:
Evie Litherland-Smith 2023-06-09 11:42:12 +01:00
parent dc31476433
commit 4a3ef32469

View file

@ -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,
}