add top level keybinding for symbols outline. (#728)

This commit is contained in:
Joan López 2021-07-06 16:03:42 +02:00 committed by GitHub
parent 63e1a79e14
commit 08ebd34a43
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -274,6 +274,11 @@ end
-- }
-- end
if O.plugin.symbol_outline.active then
vim.api.nvim_set_keymap("n", "<leader>o", ":SymbolsOutline<CR>", { noremap = true, silent = true })
mappings["o"] = "Symbols outline"
end
if O.plugin.gitlinker.active then
mappings["gy"] = "Gitlink"
end