From 15e05fecacc586990077cabeed7047ec3241c14b Mon Sep 17 00:00:00 2001 From: Soispha Date: Mon, 16 Oct 2023 17:58:22 +0200 Subject: fix(hm/soispha/nvim/plgs/nvim-cmp): Disable diagraphs --- hm/soispha/conf/nvim/plgs/nvim-cmp/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hm/soispha/conf/nvim/plgs/nvim-cmp/default.nix b/hm/soispha/conf/nvim/plgs/nvim-cmp/default.nix index f1066e16..f3d854ea 100644 --- a/hm/soispha/conf/nvim/plgs/nvim-cmp/default.nix +++ b/hm/soispha/conf/nvim/plgs/nvim-cmp/default.nix @@ -53,7 +53,7 @@ # {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 = "digraphs";} {name = "calc";} ] ++ neorg_source; -- cgit 1.4.1