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