mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 23:17: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 = {},
|
||||
rust = {},
|
||||
python = {},
|
||||
lua = {},
|
||||
-- sh = {'language_server', 'shell', 'shellcheck'},
|
||||
sh = {},
|
||||
text = { "proselint", "alex" },
|
||||
|
@ -199,6 +199,7 @@ function M.config_null_ls()
|
||||
-- Rust
|
||||
-- null_ls.builtins.formatting.rustfmt,
|
||||
-- Lua
|
||||
null_ls.builtins.diagnostics.luacheck,
|
||||
null_ls.builtins.formatting.stylua,
|
||||
},
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user