mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
10 lines
183 B
Lua
10 lines
183 B
Lua
-- Hologram – https://github.com/edluffy/hologram.nvim
|
||
local status, hologram = pcall(require, "hologram")
|
||
if not status then
|
||
return
|
||
end
|
||
|
||
hologram.setup({
|
||
auto_display = true,
|
||
})
|