aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/util.lua
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2021-07-26 07:33:34 +0200
committerGitHub <noreply@github.com>2021-07-25 22:33:34 -0700
commit03186b27c6fc90da11561f48f442e2099ee9bf77 (patch)
tree6dd4e3730e44539e68ca9e58aa1a04d506ef605f /lua/lspconfig/util.lua
parent[docgen] Update CONFIG.md (diff)
downloadnvim-lspconfig-03186b27c6fc90da11561f48f442e2099ee9bf77.tar
nvim-lspconfig-03186b27c6fc90da11561f48f442e2099ee9bf77.tar.gz
nvim-lspconfig-03186b27c6fc90da11561f48f442e2099ee9bf77.tar.bz2
nvim-lspconfig-03186b27c6fc90da11561f48f442e2099ee9bf77.tar.lz
nvim-lspconfig-03186b27c6fc90da11561f48f442e2099ee9bf77.tar.xz
nvim-lspconfig-03186b27c6fc90da11561f48f442e2099ee9bf77.tar.zst
nvim-lspconfig-03186b27c6fc90da11561f48f442e2099ee9bf77.zip
ci: run codespell on pull requests (#1101)
Diffstat (limited to 'lua/lspconfig/util.lua')
-rw-r--r--lua/lspconfig/util.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lspconfig/util.lua b/lua/lspconfig/util.lua
index 98cbc28d..07b2afc4 100644
--- a/lua/lspconfig/util.lua
+++ b/lua/lspconfig/util.lua
@@ -221,7 +221,7 @@ function M.server_per_root_dir_manager(_make_config)
return
end
- -- Check if we have a client alredy or start and store it.
+ -- Check if we have a client already or start and store it.
local client_id = clients[root_dir]
if not client_id then
local new_config = _make_config(root_dir)