dev: automated commit - 2025-09-23 20:59:57
This commit is contained in:
parent
c9545cdc0c
commit
6ea7e931f5
4 changed files with 46 additions and 70 deletions
|
|
@ -179,19 +179,8 @@ return {
|
|||
end,
|
||||
})
|
||||
|
||||
vim.lsp.config("ts_go_ls", {
|
||||
cmd = { vim.loop.os_homedir() .. "/Dev/random/typescript-go/built/local/tsgo", "--lsp", "-stdio" },
|
||||
filetypes = {
|
||||
"javascript",
|
||||
"javascriptreact",
|
||||
"javascript.jsx",
|
||||
"typescript",
|
||||
"typescriptreact",
|
||||
"typescript.tsx",
|
||||
},
|
||||
root_markers = { "tsconfig.json", "jsconfig.json", "package.json", ".git" },
|
||||
vim.lsp.enable({
|
||||
"tsgo",
|
||||
})
|
||||
|
||||
vim.lsp.enable("ts_go_ls")
|
||||
end,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue