mappings n stuff

This commit is contained in:
Christian Nieves
2023-05-03 16:36:25 -05:00
parent 096d5435c8
commit 2987b5d89b
6 changed files with 25 additions and 10 deletions

View File

@ -3,9 +3,9 @@ require("symbols-outline").setup(
show_relative_numbers = true,
keymaps = { -- These keymaps can be a string or a table for multiple keys
-- close = {"<Esc>", "q"},
-- goto_location = "<Cr>",
goto_location = "<Cr>",
-- focus_location = "o",
-- hover_symbol = "<C-space>",
hover_symbol = "<C-space>",
toggle_preview = "L",
-- rename_symbol = "r",
-- code_actions = "a",