nvim: Install yamllint
This commit is contained in:
parent
fc20b4745e
commit
3599488cda
2 changed files with 3 additions and 1 deletions
|
@ -31,7 +31,8 @@
|
|||
:fish [:fish]
|
||||
:markdown [:vale]
|
||||
:nix [:deadnix :nix :statix]
|
||||
:sh [:shellcheck]})
|
||||
:sh [:shellcheck]
|
||||
:yaml [:yamllint]})
|
||||
|
||||
(fn setup-linting [opts]
|
||||
(diagnostic.maybe-enable-diagnostics opts.buf)
|
||||
|
|
|
@ -57,6 +57,7 @@ in
|
|||
shfmt
|
||||
statix
|
||||
vale
|
||||
yamllint
|
||||
];
|
||||
|
||||
plugins = (with customPlugins; [
|
||||
|
|
Loading…
Reference in a new issue