added symbols-outline.nvim
This commit is contained in:
parent
c9533643f5
commit
657913ee29
2 changed files with 12 additions and 3 deletions
|
@ -18,7 +18,7 @@ return require('packer').startup(function(use)
|
|||
ensure_installed='maintained',
|
||||
highlight={enable=true},
|
||||
indent={enable=true},
|
||||
incremental_selection={enable=true},
|
||||
incremental_selection={enable=true}
|
||||
}end,
|
||||
|
||||
}
|
||||
|
@ -57,6 +57,13 @@ return require('packer').startup(function(use)
|
|||
|
||||
--UI stuff
|
||||
|
||||
use {'simrat39/symbols-outline.nvim',
|
||||
config=function() vim.g.symbols_outline={
|
||||
width=25,
|
||||
relative_width=false
|
||||
}end
|
||||
}
|
||||
|
||||
use 'yamatsum/nvim-cursorline'
|
||||
|
||||
use {'stevearc/dressing.nvim',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue