Added treesitter

This commit is contained in:
wilmc
2026-06-24 18:54:31 +02:00
parent f45504df54
commit a73f64de81
4 changed files with 31 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
vim.lsp.config['clangd'] = {
cmd = { 'clangd' },
filetypes = { 'c', 'cpp' },
root_markers = { 'compile_commands.json', 'CMakeLists.txt', '.git' },
}
vim.lsp.enable('clangd')