coc-python icon indicating copy to clipboard operation
coc-python copied to clipboard

coc-settings not being set

Open kartikarcot opened this issue 4 years ago • 1 comments

I was trying enable/disable linting from the coc-settings.json.

{
    "python.linting.enabled":true/false
}

However when I restart the nvim instance, this setting is not being used. I am able to toggle this setting with the command :CocCommand python.enableLinting though. Could someone help me out on how to use the coc-settings.json for this purpose?

Is there some command I need to run in the init.vim file to run the settings in coc-settings.json?

kartikarcot avatar Jun 08 '20 05:06 kartikarcot

Experiencing the same issue.

bool3max avatar Sep 07 '20 20:09 bool3max