Revert "chore(nvim): add hologram plugin"

This reverts commit 4e966190c9.
This commit is contained in:
Stefan Imhoff
2022-09-29 11:53:16 +02:00
parent 4e966190c9
commit 46c69592b3
2 changed files with 0 additions and 10 deletions

View File

@@ -1,9 +0,0 @@
-- Hologram https://github.com/edluffy/hologram.nvim
local status, hologram = pcall(require, "hologram")
if not status then
return
end
hologram.setup({
auto_display = true,
})