neoclide / coc.nvim

Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
Other
24.35k stars 956 forks source link

Disable for python #2013

Closed arishabh closed 4 years ago

arishabh commented 4 years ago

Can I disable coc for all python files?

fannheyward commented 4 years ago

Try autocmd FileType python let b:coc_suggest_disable = 1.

arishabh commented 4 years ago

It worked! Thank you