Added eslint-lsp as formatter
This commit is contained in:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user