mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 14:52:04 +00:00
Update 2024-05-24
This commit is contained in:
@@ -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
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user