diff options
author | Soispha <soispha@vhack.eu> | 2023-10-16 17:33:31 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-10-16 17:33:31 +0200 |
commit | 838d1eccfa1cbd5513516fbe5e6ca0f64dbb0aef (patch) | |
tree | ebebf0f839a70f08eb8df409b7836d1b05722d0e /hm | |
parent | chore(hm/conf/taskwarrior/projects): Update (diff) | |
download | nixos-config-838d1eccfa1cbd5513516fbe5e6ca0f64dbb0aef.zip |
feat(hm/conf/nvim/plgs/nvim-cmp): Add sources
Diffstat (limited to 'hm')
-rw-r--r-- | hm/soispha/conf/nvim/plgs/nvim-cmp/default.nix | 7 |
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; }; |