nvim: add config files

This commit is contained in:
2026-01-17 21:17:29 +00:00
parent d1cf18299e
commit ecefe3b413
30 changed files with 923 additions and 0 deletions

5
nvim/lsp/clangd.lua Normal file
View File

@@ -0,0 +1,5 @@
return {
cmd = { 'clangd' },
filetypes = { 'c', 'h', 'cpp', 'cc', 'hpp', 'm' },
root_markers = { 'build/' },
}