LazyVim.LazyVim/lua/lazyvim
Gary Murray 6853b785d9
fix(lsp): detect if using nvim-0.10 and use new inlay_hint.enable method (#2007)
* Detect if using nvim 0.10 and use new inlay_hint.enable method

* Add lsp util for inlay-hints and update keymap

* Remove the need to check vim version

* Support older nightly builds

* Move inlay_hint toggle in Util.toggle

---------

Co-authored-by: Gary Murray <gamurray@fanatics.com>
2023-11-30 19:53:40 +01:00
..
config fix(lsp): detect if using nvim-0.10 and use new inlay_hint.enable method (#2007) 2023-11-30 19:53:40 +01:00
plugins fix(lsp): detect if using nvim-0.10 and use new inlay_hint.enable method (#2007) 2023-11-30 19:53:40 +01:00
util fix(lsp): detect if using nvim-0.10 and use new inlay_hint.enable method (#2007) 2023-11-30 19:53:40 +01:00
health.lua fix: cleanup all Neovim < 0.9.0 code 2023-10-01 14:18:25 +02:00
init.lua feat(config)!: LazyVim can now be configured like any other plugin with {"LazyVim/LazyVim", opts = ... }. config.settings is deprecated 2023-01-10 11:14:27 +01:00