|
@@ -92,7 +92,7 @@ require"lspconfig".efm.setup {
|
|
-- init_options = {initializationOptions},
|
|
-- init_options = {initializationOptions},
|
|
cmd = {DATA_PATH .. "/lspinstall/efm/efm-langserver"},
|
|
cmd = {DATA_PATH .. "/lspinstall/efm/efm-langserver"},
|
|
init_options = {documentFormatting = true, codeAction = false},
|
|
init_options = {documentFormatting = true, codeAction = false},
|
|
- filetypes = {"lua", "python", "javascriptreact", "javascript", "typescript","typescriptreact","sh", "html", "css", "json", "yaml", "markdown", "vue"},
|
|
|
|
|
|
+ filetypes = {"lua", "python", "javascriptreact", "javascript", "typescript","typescriptreact","sh", "html", "css", "yaml", "markdown", "vue"},
|
|
settings = {
|
|
settings = {
|
|
rootMarkers = {".git/"},
|
|
rootMarkers = {".git/"},
|
|
languages = {
|
|
languages = {
|