diff options
author | Soispha <soispha@vhack.eu> | 2023-10-17 10:03:21 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-10-17 10:03:21 +0200 |
commit | e85de3f4c26e133fe6ada806830e268e773d8556 (patch) | |
tree | d656b79bb5d3e8ab7dd4496bbd81add66a4e7f67 | |
parent | chore(hm/soispha/conf/taskwarrior/projects): Update (diff) | |
download | nixos-config-e85de3f4c26e133fe6ada806830e268e773d8556.tar.gz nixos-config-e85de3f4c26e133fe6ada806830e268e773d8556.zip |
fix(hm/soispha/conf/nvim/plgs/nvim-cmp): Remove buffer source
This source was way too distracting, considering that I'm not that keen on having lots of possibly completions.
Diffstat (limited to '')
-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; |