chore(nvim): upgrade kicktstart to latest version

Also change the theme from onedark to bw
This commit is contained in:
Joao P Dubas
2024-01-29 16:41:07 -03:00
parent cefafaee82
commit 1b8e518623
3 changed files with 55 additions and 14 deletions

View File

@@ -3,6 +3,14 @@
--
-- See the kickstart.nvim README for more information
return {
{
'mgoral/vim-bw',
url = 'https://git.goral.net.pl/mgoral/vim-bw.git',
priority = 1000,
config = function ()
vim.cmd.colorscheme 'bw-onedark'
end
},
{
'joaodubas/gitlinker.nvim',
config = function ()