diff --git a/lua/lspconfig/server_configurations/efm.lua b/lua/lspconfig/server_configurations/efm.lua index f5f74edc50..924ce271ff 100644 --- a/lua/lspconfig/server_configurations/efm.lua +++ b/lua/lspconfig/server_configurations/efm.lua @@ -5,6 +5,12 @@ return { cmd = { 'efm-langserver' }, root_dir = util.find_git_ancestor, single_file_support = true, + init_options = { + documentFormatting = true, + documentRangeFormatting = true, + hover = true, + codeAction = true, + }, }, docs = {