Fixed up neovim config
This commit is contained in:
parent
1bf00f5b36
commit
b94efa8b75
5 changed files with 9 additions and 28 deletions
|
@ -13,10 +13,6 @@ return packer.startup({ function(use)
|
|||
'romgrk/barbar.nvim',
|
||||
requires = { 'kyazdani42/nvim-web-devicons' }, config = config("barbar")
|
||||
}
|
||||
use {
|
||||
"numToStr/Comment.nvim",
|
||||
config = config("comment")
|
||||
}
|
||||
use "xolox/vim-session"
|
||||
|
||||
-- Theming
|
||||
|
|
Reference in a new issue