forked from dea/dea-files
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
|
# 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;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue