debugging

This commit is contained in:
dlond 2025-05-27 12:06:15 +12:00
parent 1d03948bb4
commit 049d9f270a
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ return {
reload_clangd = function(self)
local lspconfig = require 'lspconfig'
local configs = require"lspconfig.configs")
local configs = require("lspconfig.configs")
local cmd = self:make_clangd_cmd(self:get_target())
print(' clangd cmd:', vim.inspect(cmd))