1
0
Fork 0

nvim: Disable comment parser

This commit is contained in:
Daniel Kempkens 2023-09-13 08:10:54 +02:00
parent f50b44d38c
commit f41f90e66b
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -55,7 +55,7 @@ in
name = "treesitter-parsers";
paths = (pkgs.vimPlugins.nvim-treesitter.withPlugins (p: [
p.bash
p.comment
#p.comment # slow
p.css
p.dockerfile
p.eex