chore: remove monochromatic theme

This commit is contained in:
João Paulo Dubas 2024-03-05 21:42:09 +00:00
parent 8d490ff00d
commit c6f9b2179c
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:V1mixgOGRc/YMhGx/DNkOSmJxgA2vHNrDZEk3wt/kOA

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',