fix(nvim): remove vue filetype for typescript
This commit is contained in:
parent
8912b1885a
commit
7247d57e65
1 changed files with 1 additions and 3 deletions
|
@ -19,9 +19,7 @@ local function lsp_setup()
|
|||
filetypes = { "php", "test", "theme" }
|
||||
}))
|
||||
|
||||
require'lspconfig'.tsserver.setup(config({
|
||||
filetypes = { "javascript", "typescript", "vue" }
|
||||
}))
|
||||
require'lspconfig'.tsserver.setup(config())
|
||||
|
||||
require'lspconfig'.vuels.setup(config())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue