LazyVim.LazyVim/lua/lazyvim/util
Iordanis Petkakis 23374f160a
fix(util.toggle): correctly toggle inlay_hints (#3202)
`is_enabled` also accepts a `filter` and when we initially toggle
`inlay_hints` on
[here](735f5905f8/lua/lazyvim/plugins/lsp/init.lua (L153)),
we pass a `bufnr` which sets the `inlay_hints` in the `bufstate` (see
[here](42aa69b076/runtime/lua/vim/lsp/inlay_hint.lua (L407-L432))),
but when we call `is_enabled` without a filter table the returned result
if from the `globalstate` (see
  [here](42aa69b076/runtime/lua/vim/lsp/inlay_hint.lua (L376-L388))).
2024-05-17 20:06:17 +02:00
..
extras.lua feat: use LazyVim everywhere instead of require("lazyvim.util") 2024-03-22 09:15:09 +01:00
format.lua feat: use LazyVim everywhere instead of require("lazyvim.util") 2024-03-22 09:15:09 +01:00
init.lua fix(util): get opts from parsing specs instead of plugins 2024-05-16 22:14:57 +02:00
inject.lua feat(util): set_upvalue 2024-05-16 21:25:51 +02:00
json.lua feat: use LazyVim everywhere instead of require("lazyvim.util") 2024-03-22 09:15:09 +01:00
lazygit.lua feat(git): <leader>gb for Git Blame Line 2024-04-11 17:23:46 +02:00
lsp.lua fix(util.lsp): add desc for keymaps reference (#3193) 2024-05-17 11:19:34 +02:00
lualine.lua fix(pretty_path): properly escape % characters 2024-05-12 22:08:13 +02:00
news.lua feat: use LazyVim everywhere instead of require("lazyvim.util") 2024-03-22 09:15:09 +01:00
plugin.lua feat(coding)!: native snippets are now the default on Neovim 0.10. Install the luasnip extra to get luasnip back 2024-05-16 21:25:51 +02:00
root.lua fix(neo-tree): correctly set up cwd (#3097) 2024-05-12 10:08:55 +02:00
telescope.lua fix(keymaps): update all keymap descriptions to be Title Case (#2844) 2024-03-27 08:56:44 +01:00
terminal.lua fix(terminal): dont use backdrop for edgy terminal windows 2024-03-26 19:55:14 +01:00
toggle.lua fix(util.toggle): correctly toggle inlay_hints (#3202) 2024-05-17 20:06:17 +02:00
ui.lua fix(util): use bdelete for buf remove 2024-05-17 15:49:50 +02:00