oupy fix nvf thnk to deer kitty fop

This commit is contained in:
Dea 2026-02-09 23:02:17 -05:00
parent 32ea6c6981
commit 552d136a48

View file

@ -20,16 +20,14 @@ in
# most settings are documented in the appendix
settings = {
vim.viAlias = false;
vim.vimAlias = true;
vim.lsp = {
enable = true;
};
vim.lazy.plugins.candyland-nvim = {
package = candyland-nvim;
colorscheme = "candyland-nvim";
};
vim.theme = {
enable = false;
vim = {
vimAlias = true;
lsp.enable = true;
extraPlugins.candyland-nvim = {
package = candyland-nvim;
setup = "vim.cmd([[colorscheme candyland]])";
};
theme.enable = false;
};
};
};