oupy fix nvf thnk to deer kitty fop
This commit is contained in:
parent
32ea6c6981
commit
552d136a48
1 changed files with 8 additions and 10 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue