miklhh/.dotfiles

.vimrc: symbols-outline broken/unused plugin

Closed this issue · 0 comments

Supposedly toggled with :SymbolsOutline although it does not seem to be working with my MacOS machine. Further I have no recollection of ever using this plugin. Might be time to remove it.

" LSP tree view
Plug 'simrat39/symbols-outline.nvim'

...

" LSP symbols outline
if has('nvim')
    map <Leader>S :SymbolsOutline<CR>
endif