Upgrade OS version and setup #30

Merged
joao.dubas merged 28 commits from jpd-upgrade-os into main 2024-03-28 00:18:20 +00:00
Showing only changes of commit c6f9b2179c - Show all commits

View File

@ -3,14 +3,6 @@
--
-- 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,
},
-- Git related plugins
'tpope/vim-fugitive',
'tpope/vim-rhubarb',