replaced symbols-outline for outline.nvim

This commit is contained in:
Gabe Venberg 2023-12-14 16:29:28 -06:00
parent 0a4f9cec56
commit cfd0733f64
3 changed files with 52 additions and 32 deletions

View file

@ -122,8 +122,6 @@ map('', '<leader>h', ':nohls<CR>', optsWithDesc("clear highlighting"))
--open file browser with leader+t
map('n', '<leader>t', ':NvimTreeToggle<CR>', optsWithDesc("toggle file browser"))
--open terminal with ctrl-\
--open symbols-outline with leader+o
map('n', '<leader>o', ':SymbolsOutline<CR>', optsWithDesc("toggle LSP symbol outline"))
--telescope stuff
-- setup leader-f prefix in whitch-key
wk.register {