plugins/lsp: add inlay-hint option

`onAttach` code is based on [this comment](https://github.com/lvimuser/lsp-inlayhints.nvim/issues/46#issuecomment-1949916683).

Documented upstream at [`:h lsp-inlay_hint`](https://neovim.io/doc/user/lsp.html#lsp-inlay_hint)
This commit is contained in:
Matt Sturgeon 2024-03-23 17:03:15 +00:00
parent 70088f6f89
commit 4a22c35e6d
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
2 changed files with 16 additions and 0 deletions

View file

@ -7,6 +7,7 @@
example = {
plugins.lsp = {
enable = true;
inlayHints = true;
keymaps = {
silent = true;