update
This commit is contained in:
parent
b2223d2aa4
commit
00625ba194
2 changed files with 14 additions and 14 deletions
|
|
@ -4,10 +4,10 @@ return {
|
|||
-- Configuration goes here.
|
||||
local g = vim.g
|
||||
g.ale_fixers = {
|
||||
typescript = { 'prettier_d' },
|
||||
html = { 'prettier_d' },
|
||||
javascript = { 'prettier_d' },
|
||||
typescriptreact = { 'prettier_d' },
|
||||
typescript = { 'prettierd' },
|
||||
html = { 'prettierd' },
|
||||
javascript = { 'prettierd' },
|
||||
typescriptreact = { 'prettierd' },
|
||||
}
|
||||
g.ale_linters = {
|
||||
lua = { 'lua_language_server' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue