Update 2024-05-24

This commit is contained in:
Kristofers Solo
2024-05-24 12:04:55 +03:00
committed by Kristofers Solo
parent 772a83c24f
commit fa1adf8188
38 changed files with 296 additions and 332 deletions

View File

@@ -1,8 +1,9 @@
return {
"MysticalDevil/inlay-hints.nvim",
name = "inlay",
event = "LspAttach",
enabled = false,
dependencies = { "neovim/nvim-lspconfig" },
opts = {},
opts = {
commands = { enable = true }, -- Enable InlayHints commands, include `InlayHintsToggle`, `InlayHintsEnable` and `InlayHintsDisable`
autocmd = { enable = true }, -- Enable the inlay hints on `LspAttach` event
},
}