disabled inline hints by default
This commit is contained in:
parent
e6895affa6
commit
d452073d9c
|
|
@ -1,9 +1,8 @@
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
inlay_hints = {
|
opts = {
|
||||||
enabled = false,
|
inlay_hints = { enabled = false },
|
||||||
exclude = { "vue" }, -- filetypes for which you don't want to enable inlay hints
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue