backup
This commit is contained in:
parent
972802e532
commit
9c05c52ebf
17 changed files with 63 additions and 36 deletions
|
@ -41,3 +41,9 @@ lspconfig.templ.setup(config({
|
|||
filetypes = { "templ" },
|
||||
root_markers = { "go.work", "go.mod", ".git" },
|
||||
}))
|
||||
|
||||
lspconfig.v_analyzer.setup(config({
|
||||
cmd = { "v-analyzer" },
|
||||
filetypes = { "v", "vv", "vsh" },
|
||||
root_markers = { "v.mod", ".git" },
|
||||
}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue