typo. dap target not ready
This commit is contained in:
parent
7bf3c2c465
commit
cf313f6f0e
|
@ -8,7 +8,7 @@ return {
|
|||
'--background-index',
|
||||
'--clang-tidy',
|
||||
'--header-insertion=never',
|
||||
'--query-driver=' .. vim.vn.exepath 'clang++',
|
||||
'--query-driver=' .. vim.fn.exepath 'clang++',
|
||||
'--resource-dir=' .. vim.fn.trim(vim.fn.system 'clang++ --print-resource-dir'),
|
||||
'--compile-commands-dir=' .. commands_dir,
|
||||
}
|
||||
|
|
|
@ -19,7 +19,7 @@ return {
|
|||
statusline.section_diagnostics {},
|
||||
statusline.section_filename {},
|
||||
statusline.section_fileinfo {},
|
||||
statusline.section_target {},
|
||||
-- statusline.section_target {},
|
||||
statusline.section_location {}
|
||||
|
||||
return statusline.combine_groups {
|
||||
|
|
Loading…
Reference in New Issue