Updated config

This commit is contained in:
2025-04-04 16:30:58 +02:00
parent 4c2971044a
commit ead7d8c480
10 changed files with 68 additions and 461 deletions

View File

@ -0,0 +1,5 @@
return {
cmd = { "clangd", "--background-index" },
root_markers = { "meson_options.txt", "CMakePresets.json" },
filetypes = { "c", "cpp" },
}

View File

@ -0,0 +1,5 @@
return {
cmd = { "gopls" },
root_markers = { "go.mod", "go.work" },
filetypes = { "go", "gomod", "gowork", "gotmpl" },
}

View File

@ -0,0 +1,5 @@
return {
cmd = { "rust-analyzer" },
root_markers = { "Cargo.toml" },
filetypes = { "rust" },
}