Skip to content

Commit

Permalink
fix(vue): disable volar hybrid mode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Apr 16, 2024
1 parent 70754e5 commit 37e6d23
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions lua/astrocommunity/pack/vue/init.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
return {
{
"AstroNvim/astrolsp",
optional = true,
---@type AstroLSPOpts
opts = {
---@diagnostic disable: missing-fields
config = {
volar = {
init_options = {
vue = {
hybridMode = false,
},
},
},
},
},
},
{
"nvim-treesitter/nvim-treesitter",
optional = true,
Expand Down

0 comments on commit 37e6d23

Please sign in to comment.