Skip to content

How to enable Volar takeover mode? #294

Discussion options

You must be logged in to vote

Oh, i need to set it up and override list of supported filetypes. With lvim i was able to do this:

vim.list_extend(lvim.lsp.automatic_configuration.skipped_servers, { "tsserver" })
require("lvim.lsp.manager").setup("volar", {
  filetypes = {"vue", "typescript", "javascript"},
})

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by last-partizan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant