From 0b251be44cf941cde2d49909b29855e97bc97d45 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 4 Jul 2021 22:49:47 -0400 Subject: shelfing null-ls for now, seems to slow things down significantly --- lua/lsp/ts-fmt-lint.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lua/lsp') diff --git a/lua/lsp/ts-fmt-lint.lua b/lua/lsp/ts-fmt-lint.lua index 5cca9c60..1ebf2e20 100644 --- a/lua/lsp/ts-fmt-lint.lua +++ b/lua/lsp/ts-fmt-lint.lua @@ -21,7 +21,7 @@ M.setup = function() -- init_options = {initializationOptions}, cmd = {DATA_PATH .. "/lspinstall/efm/efm-langserver"}, init_options = {documentFormatting = true, codeAction = false}, - filetypes = {"html", "css", "yaml", "vue"}, + filetypes = {"html", "css", "yaml", "vue", "javascript", "javascriptreact", "typescript", "typescriptreact"}, settings = { rootMarkers = {".git/", "package.json"}, languages = { @@ -29,7 +29,6 @@ M.setup = function() css = {prettier}, json = {prettier}, yaml = {prettier} - -- markdown = {markdownPandocFormat, markdownlint}, } } } -- cgit v1.2.3