diff options
| author | github-actions <github-actions@github.com> | 2021-11-02 19:24:09 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-11-02 19:24:09 +0000 |
| commit | 242cfc43388a9718b49036404c86c076a1151fff (patch) | |
| tree | 710baa3338078dfc6091ca6770acf2df25919c35 /CONFIG.md | |
| parent | fix(ltexls): correctly return filetype as languageid (#1365) (diff) | |
| download | nvim-lspconfig-242cfc43388a9718b49036404c86c076a1151fff.tar nvim-lspconfig-242cfc43388a9718b49036404c86c076a1151fff.tar.gz nvim-lspconfig-242cfc43388a9718b49036404c86c076a1151fff.tar.bz2 nvim-lspconfig-242cfc43388a9718b49036404c86c076a1151fff.tar.lz nvim-lspconfig-242cfc43388a9718b49036404c86c076a1151fff.tar.xz nvim-lspconfig-242cfc43388a9718b49036404c86c076a1151fff.tar.zst nvim-lspconfig-242cfc43388a9718b49036404c86c076a1151fff.zip | |
docs: update CONFIG.md
skip-checks: true
Diffstat (limited to 'CONFIG.md')
| -rw-r--r-- | CONFIG.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4359,6 +4359,8 @@ require'lspconfig'.ltex.setup{} local language_id = language_id_mapping[filetype] if language_id then return language_id + else + return filetype end end, root_dir = function(path) |
