at last, got c lang lint to work, muted cppcheck 'cuz unnecessary
This commit is contained in:
parent
7120876518
commit
4d99da2c23
4 changed files with 5 additions and 3 deletions
|
|
@ -147,6 +147,8 @@ return { -- LSP Configuration & Plugins
|
|||
clangd = {
|
||||
cmd = {
|
||||
'clangd',
|
||||
'--background-index',
|
||||
'--offset-encoding=utf-16',
|
||||
},
|
||||
},
|
||||
-- gopls = {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue