nvim: Enable inlay hints for lua lsp

This commit is contained in:
Marty Oehme 2024-06-23 10:07:14 +02:00
parent a5f0698ab0
commit 707cd30e67
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -27,6 +27,10 @@ local servers = {
-- enable when working on neovim stuff. Takes *long* to load
-- workspace = { library = vim.api.nvim_get_runtime_file("", true) },
telemetry = { enable = false },
hint = {
enable = true,
setType = true,
},
},
},
},