diff options
| author | github-actions <github-actions@github.com> | 2021-07-28 22:15:11 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-07-28 22:15:11 +0000 |
| commit | 3df7c2afa4e6e5c9e9c9f85ab275837248ed7db4 (patch) | |
| tree | 3ebbfd0b6c31c95132576167c75efa77498effad /CONFIG.md | |
| parent | docs(efm): remove blankspace (#1113) (diff) | |
| download | nvim-lspconfig-3df7c2afa4e6e5c9e9c9f85ab275837248ed7db4.tar nvim-lspconfig-3df7c2afa4e6e5c9e9c9f85ab275837248ed7db4.tar.gz nvim-lspconfig-3df7c2afa4e6e5c9e9c9f85ab275837248ed7db4.tar.bz2 nvim-lspconfig-3df7c2afa4e6e5c9e9c9f85ab275837248ed7db4.tar.lz nvim-lspconfig-3df7c2afa4e6e5c9e9c9f85ab275837248ed7db4.tar.xz nvim-lspconfig-3df7c2afa4e6e5c9e9c9f85ab275837248ed7db4.tar.zst nvim-lspconfig-3df7c2afa4e6e5c9e9c9f85ab275837248ed7db4.zip | |
[docgen] Update CONFIG.md
skip-checks: true
Diffstat (limited to 'CONFIG.md')
| -rw-r--r-- | CONFIG.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1278,11 +1278,11 @@ require'lspconfig'.dotls.setup{} 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 |
