null-ls fixes

main
Steffen Rademacker 2 years ago
parent ac84718c76
commit 16b90b9f4e

@ -1,4 +1,3 @@
# dotfiles # dotfiles
This is a collection of my dotfiles, configuration and some other scripts. This is a collection of my dotfiles, configuration and some other scripts.

@ -9,24 +9,18 @@ local sources = {
b.code_actions.eslint_d, b.code_actions.eslint_d,
-- css and scss-files -- css and scss-files
b.diagnostics.stylelint.with({ b.diagnostics.stylelint.with({ prefer_local = 'node_modules/.bin' }),
prefer_local = 'node_modules/.bin', b.formatting.stylelint.with({ prefer_local = 'node_modules/.bin' }),
}),
b.formatting.stylelint.with({
prefer_local = 'node_modules/.bin',
}),
-- markdown, json and yaml -- markdown
b.diagnostics.markdownlint, b.diagnostics.markdownlint,
b.formatting.markdownlint, b.formatting.markdownlint,
b.diagnostics.yamllint,
b.formatting.fixjson,
-- other languages -- other languages
b.diagnostics.php, b.diagnostics.php,
b.diagnostics.tsc, b.diagnostics.tsc,
b.code_actions.shellcheck, b.diagnostics.yamllint,
b.diagnostics.shellcheck, b.formatting.fixjson,
} }
null_ls.setup({ null_ls.setup({

Loading…
Cancel
Save