Doc: Update Neovim integration documentation
Since it has been merged into Neomake: https://github.com/benekastah/neomake/commit/45dfc5 https://github.com/benekastah/neomake/pull/289
This commit is contained in:
@@ -20,16 +20,8 @@ Neovim
|
|||||||
------
|
------
|
||||||
|
|
||||||
Assuming that the `neomake <https://github.com/benekastah/neomake>`_ plugin is
|
Assuming that the `neomake <https://github.com/benekastah/neomake>`_ plugin is
|
||||||
installed, add to your ``.config/nvim/init.vim``:
|
installed, yamllint is supported by default. It is automatically enabled when
|
||||||
|
editing YAML files.
|
||||||
::
|
|
||||||
|
|
||||||
if executable('yamllint')
|
|
||||||
let g:neomake_yaml_yamllint_maker = {
|
|
||||||
\ 'args': ['-f', 'parsable'],
|
|
||||||
\ 'errorformat': '%E%f:%l:%c: [error] %m,%W%f:%l:%c: [warning] %m' }
|
|
||||||
let g:neomake_yaml_enabled_makers = ['yamllint']
|
|
||||||
endif
|
|
||||||
|
|
||||||
Other text editors
|
Other text editors
|
||||||
------------------
|
------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user