feat: better astro support for null-ls

This commit is contained in:
Matthew Leong 2024-03-10 17:44:44 -07:00
parent e7dda236b3
commit 68f73cd67d

View file

@ -25,6 +25,7 @@ return {
env = { env = {
PRETTIERD_LOCAL_PRETTIER_ONLY = 1, PRETTIERD_LOCAL_PRETTIER_ONLY = 1,
}, },
extra_filetypes = { 'astro' },
}), }),
null_ls.builtins.formatting.stylua, null_ls.builtins.formatting.stylua,
}, get_user_config_sources()) }, get_user_config_sources())