erikkrieg / envim

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

Treesitter slow with large JSDOCs #13

Open erikkrieg opened 1 year ago

erikkrieg commented 1 year 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.