LazyVim.LazyVim/lua/lazyvim/plugins
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
..
extras feat(extras): add ruby as extras for languages (#881) 2023-06-17 08:27:15 +02:00
lsp feat: added support for the new builtin inlay hints 2023-06-21 08:01:59 +02:00
coding.lua style: added CmpGhostText 2023-06-16 14:51:19 +02:00
colorscheme.lua feat(catppuccin): enabled integration for plugins included with LazyVim 2023-05-29 22:28:28 +02:00
core.lua fix(core): set cond=true for LazyVim 2023-03-14 11:17:07 +01:00
editor.lua fix(qf): better error message. Fixes #892 2023-06-08 07:54:14 +02:00
treesitter.lua feat(treesitter): allow run TSUpdateSync from command line (#944) 2023-06-19 16:09:23 +02:00
ui.lua fix(which-key): don't load which-key as a noice dep 2023-06-17 08:20:44 +02:00
util.lua fix(persistence): dont add rtp to session 2023-05-22 20:57:26 +02:00