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]
:markdown [:vale]
:nix [:deadnix :nix :statix]
:sh [:shellcheck]})
:sh [:shellcheck]
:yaml [:yamllint]})
(fn setup-linting [opts]
(diagnostic.maybe-enable-diagnostics opts.buf)

View file

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