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;
type = "nvim-cmp";
mappings = {
# close = "<C-e>";
# confirm = "<tab>";
close = "<C-e>";
confirm = "<tab>";
next = "<C-n>";
previous = "<C-p>";
scrollDocsDown = "<C-j>";

View file

@ -6,7 +6,6 @@ _: {
openOnSetup = true;
mappings = {
#toggle = "<C-w>";
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;
gitsigns = {
enable = true;
codeActions.enable = false; # no.
codeActions.enable = true;
};
};
};

View file

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