1
0
Fork 0

nvim: Install yamllint

This commit is contained in:
Daniel Kempkens 2022-08-25 01:12:41 +02:00
parent fc20b4745e
commit 3599488cda
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 3 additions and 1 deletions

View file

@ -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)

View file

@ -57,6 +57,7 @@ in
shfmt shfmt
statix statix
vale vale
yamllint
]; ];
plugins = (with customPlugins; [ plugins = (with customPlugins; [