update config
This commit is contained in:
parent
57ebcec73a
commit
a0898bea1f
2 changed files with 8 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ return {
|
|||
config = function()
|
||||
-- Configuration goes here.
|
||||
local g = vim.g
|
||||
g.ale_javascript_prettier_use_local_config = 1
|
||||
g.ale_fixers = {
|
||||
typescript = { 'prettierd' },
|
||||
html = { 'prettierd' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue