9 lines
110 B
Lua
9 lines
110 B
Lua
|
return {
|
||
|
{
|
||
|
"neovim/nvim-lspconfig",
|
||
|
opts = {
|
||
|
inlay_hints = { enabled = false },
|
||
|
},
|
||
|
},
|
||
|
}
|