Some improvements to the Neovim config
This commit is contained in:
parent
6ca41923e5
commit
18a49d5d67
4 changed files with 42 additions and 32 deletions
|
@ -17,6 +17,7 @@ return packer.startup({ function(use)
|
|||
"numToStr/Comment.nvim",
|
||||
config = config("comment")
|
||||
}
|
||||
use "xolox/vim-session"
|
||||
|
||||
-- Theming
|
||||
use "navarasu/onedark.nvim"
|
||||
|
@ -44,6 +45,7 @@ return packer.startup({ function(use)
|
|||
|
||||
-- Other
|
||||
use { 'glepnir/dashboard-nvim', config = config("dashboard") }
|
||||
use "xolox/vim-misc"
|
||||
use 'wbthomason/packer.nvim'
|
||||
end,
|
||||
config = {
|
||||
|
|
Reference in a new issue