debugging
This commit is contained in:
parent
1d03948bb4
commit
049d9f270a
|
@ -110,7 +110,7 @@ return {
|
||||||
|
|
||||||
reload_clangd = function(self)
|
reload_clangd = function(self)
|
||||||
local lspconfig = require 'lspconfig'
|
local lspconfig = require 'lspconfig'
|
||||||
local configs = require"lspconfig.configs")
|
local configs = require("lspconfig.configs")
|
||||||
|
|
||||||
local cmd = self:make_clangd_cmd(self:get_target())
|
local cmd = self:make_clangd_cmd(self:get_target())
|
||||||
print(' clangd cmd:', vim.inspect(cmd))
|
print(' clangd cmd:', vim.inspect(cmd))
|
||||||
|
|
Loading…
Reference in New Issue