more fixes
This commit is contained in:
parent
68e83d7f47
commit
5da87e351e
|
@ -111,7 +111,7 @@ return {
|
||||||
local lspconfig = require 'lspconfig'
|
local lspconfig = require 'lspconfig'
|
||||||
local clients = vim.lsp.get_active_clients { name = 'clangd' }
|
local clients = vim.lsp.get_active_clients { name = 'clangd' }
|
||||||
|
|
||||||
for _, cliet in ipairs(clients) do
|
for _, client in ipairs(clients) do
|
||||||
client.stop()
|
client.stop()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue