Skip to content

Commit

Permalink
feat(nvim): enable hybrid mode for volar lsp
Browse files Browse the repository at this point in the history
Not worth to run another tsserver just for auto complete inside {{}}
buffer cmp can do the job
  • Loading branch information
RayGuo-ergou committed Apr 18, 2024
1 parent 9f9bbc0 commit d35b636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/ergou/util/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ M.get_servers = function()
volar = {
init_options = {
vue = {
hybridMode = false,
hybridMode = true,
},
},
},
Expand Down

0 comments on commit d35b636

Please sign in to comment.