Added eslint-lsp as formatter

This commit is contained in:
2025-07-21 10:35:25 +02:00
parent e624c09664
commit 4d30d7f9fa

View File

@@ -705,12 +705,12 @@ require('lazy').setup({
-- python = { "isort", "black" },
--
-- You can use 'stop_after_first' to run the first available formatter from the list
javascript = {},
typescript = {},
javascript = { 'eslint-lsp' },
typescript = { 'eslint-lsp' },
esmodule = { 'eslint-lsp' },
vue = {},
typescriptreact = {},
javascriptreact = {},
vue = { 'eslint-lsp' },
typescriptreact = { 'eslint-lsp' },
javascriptreact = { 'eslint-lsp' },
xml = { 'xmlformatter' },
python = { 'black', 'isort' },
json = { 'prettierd' },