erikkrieg / envim

envim is Erik's Neovim configuration
1 stars 0 forks source link

Treesitter slow with large JSDOCs #13

Open erikkrieg opened 11 months ago

erikkrieg commented 11 months ago

Noticed that TS highlight appeared to be slowing down nvim dramatically while working in a buffer that has a substantial amount of JSDOC. By using the TSDisable command to turn off highlight I was able to improve performance.

Look into a longer term solution.