Added missing clangd.lua config file

This commit is contained in:
_N0x 2022-06-10 08:29:02 +02:00
parent cb351d4aac
commit cab43399e8

View File

@ -0,0 +1,3 @@
return {
filetypes = { 'c', 'cpp', 'objc', 'objcpp', 'h', 'inl'},
}