mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2025-10-21 20:10:41 +00:00
Sort
This commit is contained in:
parent
a0d7062a2f
commit
cc4b2535b2
@ -17,9 +17,18 @@ local diagnostics = null_ls.builtins.diagnostics
|
|||||||
null_ls.setup({
|
null_ls.setup({
|
||||||
debug = false,
|
debug = false,
|
||||||
sources = {
|
sources = {
|
||||||
|
diagnostics.codespell,
|
||||||
|
diagnostics.cpplint,
|
||||||
|
diagnostics.flake8,
|
||||||
|
diagnostics.luacheck,
|
||||||
|
diagnostics.misspell,
|
||||||
|
diagnostics.mypy,
|
||||||
|
diagnostics.zsh,
|
||||||
formatting.autopep8,
|
formatting.autopep8,
|
||||||
formatting.beautysh,
|
formatting.beautysh,
|
||||||
formatting.djlint,
|
formatting.djlint,
|
||||||
|
formatting.google_java_format,
|
||||||
|
formatting.isort,
|
||||||
formatting.prettier.with({
|
formatting.prettier.with({
|
||||||
extra_filetypes = { "toml" },
|
extra_filetypes = { "toml" },
|
||||||
extra_args = {
|
extra_args = {
|
||||||
@ -35,15 +44,7 @@ null_ls.setup({
|
|||||||
}),
|
}),
|
||||||
formatting.shfmt,
|
formatting.shfmt,
|
||||||
formatting.stylua,
|
formatting.stylua,
|
||||||
formatting.isort,
|
|
||||||
formatting.yamlfmt,
|
formatting.yamlfmt,
|
||||||
diagnostics.cpplint,
|
|
||||||
diagnostics.luacheck,
|
|
||||||
diagnostics.flake8,
|
|
||||||
diagnostics.mypy,
|
|
||||||
diagnostics.zsh,
|
|
||||||
diagnostics.misspell,
|
|
||||||
diagnostics.codespell,
|
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -57,9 +58,11 @@ mason_null_ls.setup({
|
|||||||
"flake8",
|
"flake8",
|
||||||
"gitlint",
|
"gitlint",
|
||||||
"html_lint",
|
"html_lint",
|
||||||
|
"isort",
|
||||||
"luacheck",
|
"luacheck",
|
||||||
"misspell",
|
"misspell",
|
||||||
"mypy",
|
"mypy",
|
||||||
|
"prettier",
|
||||||
"shfmt",
|
"shfmt",
|
||||||
"yamlfmt",
|
"yamlfmt",
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user