Update 2024-06-13

This commit is contained in:
Kristofers Solo
2024-06-13 17:58:51 +03:00
parent fa1adf8188
commit ac77ae7902
22 changed files with 201 additions and 221 deletions

View File

@@ -2,6 +2,9 @@ return {
"MysticalDevil/inlay-hints.nvim",
event = "LspAttach",
dependencies = { "neovim/nvim-lspconfig" },
keys = {
{ "<leader>oi", vim.cmd.InlayHintsToggle, desc = "Toggle InlayHints" },
},
opts = {
commands = { enable = true }, -- Enable InlayHints commands, include `InlayHintsToggle`, `InlayHintsEnable` and `InlayHintsDisable`
autocmd = { enable = true }, -- Enable the inlay hints on `LspAttach` event