1
0
Fork 0
forked from dea/dea-files

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 # most settings are documented in the appendix
settings = { settings = {
vim.viAlias = false; vim.viAlias = false;
vim.vimAlias = true; vim = {
vim.lsp = { vimAlias = true;
enable = true; lsp.enable = true;
}; extraPlugins.candyland-nvim = {
vim.lazy.plugins.candyland-nvim = { package = candyland-nvim;
package = candyland-nvim; setup = "vim.cmd([[colorscheme candyland]])";
colorscheme = "candyland-nvim"; };
}; theme.enable = false;
vim.theme = {
enable = false;
}; };
}; };
}; };