Update nvim

This commit is contained in:
Martin Pander
2025-06-17 07:19:09 +02:00
parent 7de0c50a3a
commit a4d57120bf
2 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
programs.ripgrep.enable = true; programs.ripgrep.enable = true;
home.packages = with pkgs; [ # home.packages = with pkgs; [
harlequin # harlequin
]; # ];
} }

View File

@ -27,7 +27,7 @@ cmp.setup({
['<C-f>'] = cmp.mapping.scroll_docs(4), ['<C-f>'] = cmp.mapping.scroll_docs(4),
['<C-Space>'] = cmp.mapping.complete(), ['<C-Space>'] = cmp.mapping.complete(),
['<C-e>'] = cmp.mapping.abort(), ['<C-e>'] = cmp.mapping.abort(),
['<CR>'] = cmp.mapping.confirm({ select = true }), -- Accept currently selected item. Set `select` to `false` to only confirm explicitly selected items. ['<Tab>'] = cmp.mapping.confirm({ select = true }), -- Accept currently selected item. Set `select` to `false` to only confirm explicitly selected items.
}), }),
sources = cmp.config.sources({ sources = cmp.config.sources({