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]
|
:fish [:fish]
|
||||||
:markdown [:vale]
|
:markdown [:vale]
|
||||||
:nix [:deadnix :nix :statix]
|
:nix [:deadnix :nix :statix]
|
||||||
:sh [:shellcheck]})
|
:sh [:shellcheck]
|
||||||
|
:yaml [:yamllint]})
|
||||||
|
|
||||||
(fn setup-linting [opts]
|
(fn setup-linting [opts]
|
||||||
(diagnostic.maybe-enable-diagnostics opts.buf)
|
(diagnostic.maybe-enable-diagnostics opts.buf)
|
||||||
|
|
|
@ -57,6 +57,7 @@ in
|
||||||
shfmt
|
shfmt
|
||||||
statix
|
statix
|
||||||
vale
|
vale
|
||||||
|
yamllint
|
||||||
];
|
];
|
||||||
|
|
||||||
plugins = (with customPlugins; [
|
plugins = (with customPlugins; [
|
||||||
|
|
Loading…
Reference in a new issue