fix(neovim): fix lazyvim catppuccin colorscheme config and lock lazyvim-nix
This commit is contained in:
+9
-2
@@ -26,8 +26,15 @@
|
||||
plugins = {
|
||||
colorscheme = ''
|
||||
return {
|
||||
"catppuccin/nvim",
|
||||
opts = { flavour = "mocha" },
|
||||
{
|
||||
"catppuccin/nvim",
|
||||
name = "catppuccin",
|
||||
opts = { flavour = "mocha" },
|
||||
},
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = { colorscheme = "catppuccin" },
|
||||
},
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user