Files
dotfiles-modules/homemanager/neovim/lua/plugins/spec/hologram.lua
2025-10-14 12:29:46 +02:00

9 lines
111 B
Lua

return {
'edluffy/hologram.nvim',
event = 'VeryLazy',
enabled = false,
opts = {
auto_display = true
}
}