From e85de3f4c26e133fe6ada806830e268e773d8556 Mon Sep 17 00:00:00 2001 From: Soispha Date: Tue, 17 Oct 2023 10:03:21 +0200 Subject: fix(hm/soispha/conf/nvim/plgs/nvim-cmp): Remove buffer source This source was way too distracting, considering that I'm not that keen on having lots of possibly completions. --- hm/soispha/conf/nvim/plgs/nvim-cmp/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hm') diff --git a/hm/soispha/conf/nvim/plgs/nvim-cmp/default.nix b/hm/soispha/conf/nvim/plgs/nvim-cmp/default.nix index f3d854ea..f78b00b3 100644 --- a/hm/soispha/conf/nvim/plgs/nvim-cmp/default.nix +++ b/hm/soispha/conf/nvim/plgs/nvim-cmp/default.nix @@ -52,8 +52,8 @@ {name = "git";} # TODO: I might want to add config to allow all issues/prs <2023-10-16> # {name = "convertionalcommits";} # TODO: Useless without commitlint [https://commitlint.js.org/] <2023-10-16> # {name = "rg";} # TODO: This might really RIP-grep my system <2023-10-16> - {name = "buffer";} - #{name = "digraphs";} + # {name = "buffer";} + # {name = "digraphs";} {name = "calc";} ] ++ neorg_source; -- cgit 1.4.1