nvim: add symbol outline hotkey
This commit is contained in:
parent
5697225533
commit
f3b3e84cab
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ return require('packer').startup({function()
|
|||
'simrat39/symbols-outline.nvim',
|
||||
config = function()
|
||||
vim.cmd 'command! SO SymbolsOutline'
|
||||
vim.cmd 'nnoremap <Leader>so <cmd>SymbolsOutline<CR>'
|
||||
end,
|
||||
}
|
||||
use { -- ALE: Support for lots of linters, etc
|
||||
|
|
Loading…
Add table
Reference in a new issue