debugging
This commit is contained in:
parent
1d03948bb4
commit
049d9f270a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue