update nvim config
This commit is contained in:
parent
965b392ace
commit
fd6fa59a6e
11 changed files with 54 additions and 158 deletions
16
lua/plugins/colorscheme.lua
Normal file
16
lua/plugins/colorscheme.lua
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
return {
|
||||
{
|
||||
"rose-pine/neovim",
|
||||
name = "rose-pine",
|
||||
opts = {
|
||||
variant = "moon",
|
||||
dark_variant = "moon",
|
||||
},
|
||||
},
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "rose-pine",
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue