working devShell!

This commit is contained in:
vali 2024-07-22 00:05:07 +02:00
commit 10f4b7b134
11 changed files with 21 additions and 19 deletions

View file

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

View file

@ -1,16 +1,15 @@
_:{
_: {
programs.neovim-flake.settings.vim = {
autocomplete = {
enable = true;
type = "nvim-cmp";
mappings = {
# close = "<C-e>";
# confirm = "<tab>";
# confirm = "<tab>";
next = "<C-n>";
previous = "<C-p>";
scrollDocsDown = "<C-j>";
scrollDocsUp = "<C-k>";
};
};
};

View file

@ -1,4 +1,4 @@
_:{
_: {
programs.neovim-flake.settings.vim = {
binds = {
whichKey.enable = true;

View file

@ -3,7 +3,7 @@
in {
programs.neovim-flake.settings.vim = {
notify = {
nvim-notify.enable = true;
nvim-notify.enable = true;
};
};
}