LazyVim.LazyVim/lua/lazyvim/plugins/lsp
Folke Lemaitre 01c7eeebd0
feat: added support for the new builtin inlay hints
Enable with:
```lua
{"neovim/nvim-lspconfig", opts = {inlay_hints = {enabled = true}}}
```
2023-06-21 08:01:59 +02:00
..
format.lua fix(format): eslint should respect autoformat (#897) 2023-06-08 07:48:34 +02:00
init.lua feat: added support for the new builtin inlay hints 2023-06-21 08:01:59 +02:00
keymaps.lua fix(lsp): gT => gy. keymap for goto type definition. Fixes #554 2023-04-16 22:35:14 +02:00