From 838d1eccfa1cbd5513516fbe5e6ca0f64dbb0aef Mon Sep 17 00:00:00 2001 From: Soispha Date: Mon, 16 Oct 2023 17:33:31 +0200 Subject: feat(hm/conf/nvim/plgs/nvim-cmp): Add sources --- hm/soispha/conf/nvim/plgs/nvim-cmp/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'hm/soispha/conf') 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; }; -- cgit 1.4.1