Add SymbolsOutline vim package
This commit is contained in:
parent
07aa44b523
commit
3c032f4f8c
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,11 @@ use {
|
|||
require("aerial").setup()
|
||||
end
|
||||
};
|
||||
{
|
||||
"simrat39/symbols-outline.nvim", config = function()
|
||||
require("symbols-outline").setup()
|
||||
end
|
||||
};
|
||||
{ 'jinh0/eyeliner.nvim', config = function()
|
||||
require('eyeliner').setup {
|
||||
highlight_on_key = true;
|
||||
|
|
Loading…
Reference in a new issue