aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/efm.lua
diff options
context:
space:
mode:
authorMichael Lingelbach <m.j.lbach@gmail.com>2021-07-28 15:14:53 -0700
committerGitHub <noreply@github.com>2021-07-28 15:14:53 -0700
commit331bae176b51279e79fd1641b9b1a76d022afb13 (patch)
treed088bc5ec35efbfdb9bf2af7128d784799854db4 /lua/lspconfig/efm.lua
parent[docgen] Update CONFIG.md (diff)
downloadnvim-lspconfig-331bae176b51279e79fd1641b9b1a76d022afb13.tar
nvim-lspconfig-331bae176b51279e79fd1641b9b1a76d022afb13.tar.gz
nvim-lspconfig-331bae176b51279e79fd1641b9b1a76d022afb13.tar.bz2
nvim-lspconfig-331bae176b51279e79fd1641b9b1a76d022afb13.tar.lz
nvim-lspconfig-331bae176b51279e79fd1641b9b1a76d022afb13.tar.xz
nvim-lspconfig-331bae176b51279e79fd1641b9b1a76d022afb13.tar.zst
nvim-lspconfig-331bae176b51279e79fd1641b9b1a76d022afb13.zip
docs(efm): remove blankspace (#1113)
Diffstat (limited to 'lua/lspconfig/efm.lua')
-rw-r--r--lua/lspconfig/efm.lua4
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