Some improvements to the Neovim config

This commit is contained in:
“Henry-Hiles” 2022-10-28 15:04:30 -04:00
parent 6ca41923e5
commit 18a49d5d67
4 changed files with 42 additions and 32 deletions

View file

@ -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 = {