mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 23:07:35 +00:00
Use null-ls vs ale for lua
This commit is contained in:
parent
24f2e9b645
commit
cdc06953d2
@ -6,6 +6,7 @@ vim.g.ale_linters = {
|
|||||||
go = {},
|
go = {},
|
||||||
rust = {},
|
rust = {},
|
||||||
python = {},
|
python = {},
|
||||||
|
lua = {},
|
||||||
-- sh = {'language_server', 'shell', 'shellcheck'},
|
-- sh = {'language_server', 'shell', 'shellcheck'},
|
||||||
sh = {},
|
sh = {},
|
||||||
text = { "proselint", "alex" },
|
text = { "proselint", "alex" },
|
||||||
|
@ -199,6 +199,7 @@ function M.config_null_ls()
|
|||||||
-- Rust
|
-- Rust
|
||||||
-- null_ls.builtins.formatting.rustfmt,
|
-- null_ls.builtins.formatting.rustfmt,
|
||||||
-- Lua
|
-- Lua
|
||||||
|
null_ls.builtins.diagnostics.luacheck,
|
||||||
null_ls.builtins.formatting.stylua,
|
null_ls.builtins.formatting.stylua,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user