nvim: Enable inlay hints for lua lsp
This commit is contained in:
parent
a5f0698ab0
commit
707cd30e67
1 changed files with 6 additions and 2 deletions
|
@ -27,6 +27,10 @@ local servers = {
|
||||||
-- enable when working on neovim stuff. Takes *long* to load
|
-- enable when working on neovim stuff. Takes *long* to load
|
||||||
-- workspace = { library = vim.api.nvim_get_runtime_file("", true) },
|
-- workspace = { library = vim.api.nvim_get_runtime_file("", true) },
|
||||||
telemetry = { enable = false },
|
telemetry = { enable = false },
|
||||||
|
hint = {
|
||||||
|
enable = true,
|
||||||
|
setType = true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue