nvim: enable inlay hints by default
This commit is contained in:
parent
40afbee248
commit
5433ee64f7
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ return {
|
|||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
-- inlay_hints = { enabled = true },
|
||||
inlay_hints = { enabled = true },
|
||||
-- capabilities = {
|
||||
-- workspace = {
|
||||
-- didChangeWatchedFiles = {
|
||||
|
|
Loading…
Reference in a new issue