nvim: add config files
This commit is contained in:
5
nvim/lsp/clangd.lua
Normal file
5
nvim/lsp/clangd.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
cmd = { 'clangd' },
|
||||
filetypes = { 'c', 'h', 'cpp', 'cc', 'hpp', 'm' },
|
||||
root_markers = { 'build/' },
|
||||
}
|
||||
Reference in New Issue
Block a user