more fixes

This commit is contained in:
dlond 2025-05-27 05:57:32 +12:00
parent 5da87e351e
commit f7d3587953
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ return {
reload_clangd = function(self)
local lspconfig = require 'lspconfig'
local clients = vim.lsp.get_active_clients { name = 'clangd' }
local clients = vim.lsp.get_clients { name = 'clangd' }
for _, client in ipairs(clients) do
client.stop()