mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
fix(vue): disable inlay hints for vue, since they seem broken
This commit is contained in:
parent
0ba67c87e9
commit
3233385ddb
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ return {
|
||||||
-- provide the inlay hints.
|
-- provide the inlay hints.
|
||||||
inlay_hints = {
|
inlay_hints = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
exclude = {}, -- filetypes for which you don't want to enable inlay hints
|
exclude = { "vue" }, -- filetypes for which you don't want to enable inlay hints
|
||||||
},
|
},
|
||||||
-- Enable this to enable the builtin LSP code lenses on Neovim >= 0.10.0
|
-- Enable this to enable the builtin LSP code lenses on Neovim >= 0.10.0
|
||||||
-- Be aware that you also will need to properly configure your LSP server to
|
-- Be aware that you also will need to properly configure your LSP server to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue