about summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hm/soispha/conf/nvim/plgs/nvim-cmp/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/hm/soispha/conf/nvim/plgs/nvim-cmp/default.nix b/hm/soispha/conf/nvim/plgs/nvim-cmp/default.nix
index ceb09182..f1066e16 100644
--- a/hm/soispha/conf/nvim/plgs/nvim-cmp/default.nix
+++ b/hm/soispha/conf/nvim/plgs/nvim-cmp/default.nix
@@ -48,6 +48,13 @@
       [
         {name = "nvim_lsp";}
         {name = "luasnip";}
+        {name = "path";}
+        {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 = "calc";}
       ]
       ++ neorg_source;
   };