update config

This commit is contained in:
MysterieDev 2024-04-22 14:28:57 +02:00
parent 57ebcec73a
commit a0898bea1f
2 changed files with 8 additions and 1 deletions

View file

@ -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' },