shelfing null-ls for now, seems to slow things down significantly

This commit is contained in:
Chris 2021-07-04 22:49:47 -04:00
parent d876d89c30
commit 0b251be44c
2 changed files with 16 additions and 17 deletions

View file

@ -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},
}
}
}