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;
|
enable = true;
|
||||||
type = "nvim-cmp";
|
type = "nvim-cmp";
|
||||||
mappings = {
|
mappings = {
|
||||||
# close = "<C-e>";
|
close = "<C-e>";
|
||||||
# confirm = "<tab>";
|
confirm = "<tab>";
|
||||||
next = "<C-n>";
|
next = "<C-n>";
|
||||||
previous = "<C-p>";
|
previous = "<C-p>";
|
||||||
scrollDocsDown = "<C-j>";
|
scrollDocsDown = "<C-j>";
|
||||||
|
|
|
@ -6,7 +6,6 @@ _: {
|
||||||
openOnSetup = true;
|
openOnSetup = true;
|
||||||
|
|
||||||
mappings = {
|
mappings = {
|
||||||
#toggle = "<C-w>";
|
|
||||||
toggle = "<leader>e";
|
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;
|
vim-fugitive.enable = true;
|
||||||
gitsigns = {
|
gitsigns = {
|
||||||
enable = true;
|
enable = true;
|
||||||
codeActions.enable = false; # no.
|
codeActions.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -7,9 +7,9 @@ _: {
|
||||||
enableExtraDiagnostics = true;
|
enableExtraDiagnostics = true;
|
||||||
|
|
||||||
markdown.enable = true;
|
markdown.enable = true;
|
||||||
# html.enable = false;
|
html.enable = true;
|
||||||
# java.enable = true;
|
java.enable = true;
|
||||||
# css.enable = true;
|
css.enable = true;
|
||||||
# tailwind.enable = false;
|
# tailwind.enable = false;
|
||||||
# ts.enable = true;
|
# ts.enable = true;
|
||||||
# go.enable = true;
|
# go.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue