Added treesitter
This commit is contained in:
@@ -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')
|
||||
Reference in New Issue
Block a user