fix(tsgo): disable javascript ft
This commit is contained in:
+3
-1
@@ -1,2 +1,4 @@
|
|||||||
---@type vim.lsp.Config
|
---@type vim.lsp.Config
|
||||||
return {}
|
return {
|
||||||
|
filetypes = { "typescript", "typescriptreact" },
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user