update nvim config

This commit is contained in:
Yevhenii Moruhyi 2024-01-06 16:47:53 -05:00
parent 965b392ace
commit fd6fa59a6e
11 changed files with 54 additions and 158 deletions

View file

@ -0,0 +1,16 @@
return {
{
"rose-pine/neovim",
name = "rose-pine",
opts = {
variant = "moon",
dark_variant = "moon",
},
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "rose-pine",
},
},
}