mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
Update 2024-05-23
This commit is contained in:
8
lua/plugins/inlay-hints.lua
Normal file
8
lua/plugins/inlay-hints.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
"MysticalDevil/inlay-hints.nvim",
|
||||
name = "inlay",
|
||||
event = "LspAttach",
|
||||
enabled = false,
|
||||
dependencies = { "neovim/nvim-lspconfig" },
|
||||
opts = {},
|
||||
}
|
||||
Reference in New Issue
Block a user