diff options
Diffstat (limited to 'lua/lspconfig/efm.lua')
| -rw-r--r-- | lua/lspconfig/efm.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/lspconfig/efm.lua b/lua/lspconfig/efm.lua index e5a81186..0f2779d4 100644 --- a/lua/lspconfig/efm.lua +++ b/lua/lspconfig/efm.lua @@ -17,11 +17,11 @@ configs[server_name] = { https://github.com/mattn/efm-langserver General purpose Language Server that can use specified error message format generated from specified command. - + Note: In order for neovim's built-in language server client to send the appropriate `languageId` to EFM, **you must specify `filetypes` in your call to `setup{}`**. Otherwise `lspconfig` will launch EFM on the `BufEnter` instead of the `FileType` autocommand, and the `filetype` variable used to populate the `languageId` will not yet be set. - + ```lua require('lspconfig')['efm'].setup{ settings = ..., -- You must populate this according to the EFM readme |
