switch color scheme in neovim

This commit is contained in:
liv 2024-04-20 15:35:55 +02:00
parent d0dd5ed4ea
commit b43d70aa2f

View file

@ -0,0 +1,9 @@
return {
{ "navarasu/onedark.nvim" },
{
"LazyVim/LazyVim",
opts = {
colorscheme = "onedark",
},
},
}