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" }, -- python = { "isort", "black" },
-- --
-- You can use 'stop_after_first' to run the first available formatter from the list -- You can use 'stop_after_first' to run the first available formatter from the list
javascript = {}, javascript = { 'eslint-lsp' },
typescript = {}, typescript = { 'eslint-lsp' },
esmodule = { 'eslint-lsp' }, esmodule = { 'eslint-lsp' },
vue = {}, vue = { 'eslint-lsp' },
typescriptreact = {}, typescriptreact = { 'eslint-lsp' },
javascriptreact = {}, javascriptreact = { 'eslint-lsp' },
xml = { 'xmlformatter' }, xml = { 'xmlformatter' },
python = { 'black', 'isort' }, python = { 'black', 'isort' },
json = { 'prettierd' }, json = { 'prettierd' },