at last, got c lang lint to work, muted cppcheck 'cuz unnecessary

This commit is contained in:
Jimmy Bates 2024-04-25 22:30:45 -07:00
parent 7120876518
commit 4d99da2c23
4 changed files with 5 additions and 3 deletions

View file

@ -147,6 +147,8 @@ return { -- LSP Configuration & Plugins
clangd = {
cmd = {
'clangd',
'--background-index',
'--offset-encoding=utf-16',
},
},
-- gopls = {},