Merge branch 'master' of git.blakenorth.net/home/git/dotfiles

This commit is contained in:
PowerUser64 2022-05-13 04:29:20 -07:00
commit 2abe191f35
9 changed files with 45 additions and 13 deletions

View file

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