diff options
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/conf/nvim/plgs/nvim-cmp/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; |