about summary refs log tree commit diff stats
path: root/hm/soispha/conf/nvim/plgs/nvim-cmp
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-10-16 17:33:31 +0200
committerSoispha <soispha@vhack.eu>2023-10-16 17:33:31 +0200
commit838d1eccfa1cbd5513516fbe5e6ca0f64dbb0aef (patch)
treeebebf0f839a70f08eb8df409b7836d1b05722d0e /hm/soispha/conf/nvim/plgs/nvim-cmp
parentchore(hm/conf/taskwarrior/projects): Update (diff)
downloadnixos-config-838d1eccfa1cbd5513516fbe5e6ca0f64dbb0aef.zip
feat(hm/conf/nvim/plgs/nvim-cmp): Add sources
Diffstat (limited to 'hm/soispha/conf/nvim/plgs/nvim-cmp')
-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;
   };