nvf: fix autocomplete, tabline

This commit is contained in:
Charlie Root 2024-08-23 08:22:22 +02:00
commit 07e8f0f80f
2 changed files with 7 additions and 3 deletions

View file

@ -4,8 +4,6 @@ _: {
enable = true;
type = "nvim-cmp";
mappings = {
close = "<C-e>";
confirm = "<tab>";
next = "<C-n>";
previous = "<C-p>";
scrollDocsDown = "<C-j>";