Skip to content

Commit

Permalink
chore: fix nvim config snippet in README (#4881)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamEderzeel authored Sep 25, 2024
1 parent 5a02676 commit 6916e42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,15 @@ lspconfig.tsserver.setup {
},
},
},
}

lspconfig.volar.setup {
init_options = {
vue = {
hybridMode = false,
},
},
},
}
```

### nvim-cmp integration
Expand Down

0 comments on commit 6916e42

Please sign in to comment.