aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorGreg Werbin <gwerbin@users.noreply.github.com>2021-09-29 05:06:10 -0400
committerGitHub <noreply@github.com>2021-09-29 02:06:10 -0700
commiteb27cb9e12566adf7d78c0163dfc284b08965aad (patch)
tree17c91e0ebbdf98faf7976625ce5576a55b4f240b /lua
parentMerge pull request #1274 from esensar/feature/cucumber-language-server (diff)
downloadnvim-lspconfig-eb27cb9e12566adf7d78c0163dfc284b08965aad.tar
nvim-lspconfig-eb27cb9e12566adf7d78c0163dfc284b08965aad.tar.gz
nvim-lspconfig-eb27cb9e12566adf7d78c0163dfc284b08965aad.tar.bz2
nvim-lspconfig-eb27cb9e12566adf7d78c0163dfc284b08965aad.tar.lz
nvim-lspconfig-eb27cb9e12566adf7d78c0163dfc284b08965aad.tar.xz
nvim-lspconfig-eb27cb9e12566adf7d78c0163dfc284b08965aad.tar.zst
nvim-lspconfig-eb27cb9e12566adf7d78c0163dfc284b08965aad.zip
docs(nimls): update root directory (#1286)
Diffstat (limited to 'lua')
-rw-r--r--lua/lspconfig/nimls.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/lspconfig/nimls.lua b/lua/lspconfig/nimls.lua
index 06f0af87..3f537f7c 100644
--- a/lua/lspconfig/nimls.lua
+++ b/lua/lspconfig/nimls.lua
@@ -18,8 +18,5 @@ https://github.com/PMunch/nimlsp
nimble install nimlsp
```
]],
- default_config = {
- root_dir = [[root_pattern(".git") or os_homedir]],
- },
},
}