aboutsummaryrefslogtreecommitdiffstats
path: root/CONFIG.md
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2021-11-02 19:24:09 +0000
committergithub-actions <github-actions@github.com>2021-11-02 19:24:09 +0000
commit242cfc43388a9718b49036404c86c076a1151fff (patch)
tree710baa3338078dfc6091ca6770acf2df25919c35 /CONFIG.md
parentfix(ltexls): correctly return filetype as languageid (#1365) (diff)
downloadnvim-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.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CONFIG.md b/CONFIG.md
index edca2afe..cf4aab9f 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -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)