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