Skip to content
This repository was archived by the owner on Dec 24, 2020. It is now read-only.
This repository was archived by the owner on Dec 24, 2020. It is now read-only.

Lint only works when saving files (using jedi) #94

@qifei9

Description

@qifei9

Problem:

the lint info never change when I type, it only updates when every time I save the file with :w. Both pylint and flake8 were tested, and even when I use a minimal init.vim and coc-settings.json and uninstall all the other plugins, the problem always remains.

Update:

It seems coc-json works fine for json files. Lint updates without saving file.

init.vim:

call plug#begin('~/.local/share/nvim/plugged')

Plug 'neoclide/coc.nvim', {'branch': 'release'}

call plug#end()


let g:coc_global_extensions = ['coc-python']

CocConfig:

{
    "python.jediEnabled": true
}

neovim v0.4.2
python 3.7.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions