qiuxiang / coc-solidity

Solidity language server for coc.nvim
MIT License
48 stars 0 forks source link

coc-solidity slows down nvim on .sol files #15

Closed kevinhalliday closed 5 months ago

kevinhalliday commented 1 year ago

coc-solidity might be slowing down neovim on .sol files. I am not certain, but uninstalling coc-solidity does fix the problem.

By performance issues I mean neovim is slow to react to typing in insert mode.

When installed, the performance issues start / get worse when i introduce syntax errors while typing.

Posting here to see if anyone else has had similar issues.