[vim] coc disabled inline hints

For some reason they frozen the editor in WSL
This commit is contained in:
2022-09-16 19:59:59 +03:00
parent b22190cbd3
commit 65c4c6486d

3
vim/coc-settings.json Normal file
View File

@@ -0,0 +1,3 @@
{
"pyright.inlayHints.enable": false
}