more fixes

This commit is contained in:
dlond 2025-05-27 05:46:18 +12:00
parent 68e83d7f47
commit 5da87e351e
1 changed files with 1 additions and 1 deletions

View File

@ -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