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,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>";
};
};
};