about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-10-16 17:58:22 +0200
committerSoispha <soispha@vhack.eu>2023-10-16 17:58:22 +0200
commit15e05fecacc586990077cabeed7047ec3241c14b (patch)
tree7e9ac369cd6fd41c447acf102511744b932653e7
parentfeat(hm/soispha/git): Add 'cm' (commit) alias (diff)
downloadnixos-config-15e05fecacc586990077cabeed7047ec3241c14b.tar.gz
nixos-config-15e05fecacc586990077cabeed7047ec3241c14b.zip
fix(hm/soispha/nvim/plgs/nvim-cmp): Disable diagraphs
-rw-r--r--hm/soispha/conf/nvim/plgs/nvim-cmp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/conf/nvim/plgs/nvim-cmp/default.nix b/hm/soispha/conf/nvim/plgs/nvim-cmp/default.nix
index f1066e16..f3d854ea 100644
--- a/hm/soispha/conf/nvim/plgs/nvim-cmp/default.nix
+++ b/hm/soispha/conf/nvim/plgs/nvim-cmp/default.nix
@@ -53,7 +53,7 @@
         # {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 = "digraphs";}
         {name = "calc";}
       ]
       ++ neorg_source;