nvim: Disable comment parser
This commit is contained in:
parent
f50b44d38c
commit
f41f90e66b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue