From a4d57120bfb09c7ab7bb8a8253eb4c9517393fff Mon Sep 17 00:00:00 2001 From: Martin Pander Date: Tue, 17 Jun 2025 07:19:09 +0200 Subject: [PATCH] Update nvim --- nix/user/dev.nix | 6 +++--- nvim/plugins.lua | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nix/user/dev.nix b/nix/user/dev.nix index 6edd511..c402e14 100644 --- a/nix/user/dev.nix +++ b/nix/user/dev.nix @@ -9,7 +9,7 @@ programs.ripgrep.enable = true; - home.packages = with pkgs; [ - harlequin - ]; + # home.packages = with pkgs; [ + # harlequin + # ]; } diff --git a/nvim/plugins.lua b/nvim/plugins.lua index 0387b9e..96a927d 100644 --- a/nvim/plugins.lua +++ b/nvim/plugins.lua @@ -27,7 +27,7 @@ cmp.setup({ [''] = cmp.mapping.scroll_docs(4), [''] = cmp.mapping.complete(), [''] = cmp.mapping.abort(), - [''] = cmp.mapping.confirm({ select = true }), -- Accept currently selected item. Set `select` to `false` to only confirm explicitly selected items. + [''] = cmp.mapping.confirm({ select = true }), -- Accept currently selected item. Set `select` to `false` to only confirm explicitly selected items. }), sources = cmp.config.sources({