feat(nvim): enable ghost text in lsp

This commit is contained in:
Oliver Davies 2021-10-22 14:30:49 +01:00
parent e0b1365b39
commit dd24187a5d

View file

@ -42,4 +42,8 @@ cmp.setup {
path = "[path]",
})}),
},
experimental = {
ghost_text = true
},
}