nvf: change settings, unraf config

This commit is contained in:
Charlie Root 2024-08-22 22:37:06 +02:00
commit 8288cf317e
6 changed files with 6 additions and 20 deletions

View file

@ -1,8 +0,0 @@
_: {
programs.neovim-flake.settings.vim = {
assistant.copilot = {
enable = false;
cmp.enable = false;
};
};
}

View file

@ -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>";

View file

@ -6,7 +6,6 @@ _: {
openOnSetup = true; openOnSetup = true;
mappings = { mappings = {
#toggle = "<C-w>";
toggle = "<leader>e"; toggle = "<leader>e";
}; };

View file

@ -1,5 +0,0 @@
_: {
programs.neovim-flake.settings.vim = {
gestures.gesture-nvim.enable = false;
};
}

View file

@ -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;
}; };
}; };
}; };

View file

@ -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;