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({
|
||||
debug = false,
|
||||
sources = {
|
||||
diagnostics.codespell,
|
||||
diagnostics.cpplint,
|
||||
diagnostics.flake8,
|
||||
diagnostics.luacheck,
|
||||
diagnostics.misspell,
|
||||
diagnostics.mypy,
|
||||
diagnostics.zsh,
|
||||
formatting.autopep8,
|
||||
formatting.beautysh,
|
||||
formatting.djlint,
|
||||
formatting.google_java_format,
|
||||
formatting.isort,
|
||||
formatting.prettier.with({
|
||||
extra_filetypes = { "toml" },
|
||||
extra_args = {
|
||||
@ -35,15 +44,7 @@ null_ls.setup({
|
||||
}),
|
||||
formatting.shfmt,
|
||||
formatting.stylua,
|
||||
formatting.isort,
|
||||
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",
|
||||
"gitlint",
|
||||
"html_lint",
|
||||
"isort",
|
||||
"luacheck",
|
||||
"misspell",
|
||||
"mypy",
|
||||
"prettier",
|
||||
"shfmt",
|
||||
"yamlfmt",
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user