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",
|
"neovim/nvim-lspconfig",
|
||||||
opts = {
|
opts = {
|
||||||
-- inlay_hints = { enabled = true },
|
inlay_hints = { enabled = true },
|
||||||
-- capabilities = {
|
-- capabilities = {
|
||||||
-- workspace = {
|
-- workspace = {
|
||||||
-- didChangeWatchedFiles = {
|
-- didChangeWatchedFiles = {
|
||||||
|
|
Loading…
Reference in a new issue