nvf: change settings, unraf config
This commit is contained in:
parent
2f2d6e31f6
commit
8288cf317e
6 changed files with 6 additions and 20 deletions
|
@ -1,8 +0,0 @@
|
|||
_: {
|
||||
programs.neovim-flake.settings.vim = {
|
||||
assistant.copilot = {
|
||||
enable = false;
|
||||
cmp.enable = false;
|
||||
};
|
||||
};
|
||||
}
|
|
@ -4,8 +4,8 @@ _: {
|
|||
enable = true;
|
||||
type = "nvim-cmp";
|
||||
mappings = {
|
||||
# close = "<C-e>";
|
||||
# confirm = "<tab>";
|
||||
close = "<C-e>";
|
||||
confirm = "<tab>";
|
||||
next = "<C-n>";
|
||||
previous = "<C-p>";
|
||||
scrollDocsDown = "<C-j>";
|
||||
|
|
|
@ -6,7 +6,6 @@ _: {
|
|||
openOnSetup = true;
|
||||
|
||||
mappings = {
|
||||
#toggle = "<C-w>";
|
||||
toggle = "<leader>e";
|
||||
};
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
_: {
|
||||
programs.neovim-flake.settings.vim = {
|
||||
gestures.gesture-nvim.enable = false;
|
||||
};
|
||||
}
|
|
@ -5,7 +5,7 @@ _: {
|
|||
vim-fugitive.enable = true;
|
||||
gitsigns = {
|
||||
enable = true;
|
||||
codeActions.enable = false; # no.
|
||||
codeActions.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -7,9 +7,9 @@ _: {
|
|||
enableExtraDiagnostics = true;
|
||||
|
||||
markdown.enable = true;
|
||||
# html.enable = false;
|
||||
# java.enable = true;
|
||||
# css.enable = true;
|
||||
html.enable = true;
|
||||
java.enable = true;
|
||||
css.enable = true;
|
||||
# tailwind.enable = false;
|
||||
# ts.enable = true;
|
||||
# go.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue