nvf finally working well!

This commit is contained in:
Vali 2024-07-07 23:45:18 +02:00
commit 9962740d37
24 changed files with 209 additions and 189 deletions

View file

@ -5,7 +5,7 @@ _:{
type = "nvim-cmp";
mappings = {
# close = "<C-e>";
confirm = "<C-y>";
# confirm = "<tab>";
next = "<C-n>";
previous = "<C-p>";
scrollDocsDown = "<C-j>";