diff --git a/nvim/after/plugin/hologram.lua b/nvim/after/plugin/hologram.lua deleted file mode 100644 index 0736339..0000000 --- a/nvim/after/plugin/hologram.lua +++ /dev/null @@ -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, -}) diff --git a/nvim/lua/kogakure/plugins.lua b/nvim/lua/kogakure/plugins.lua index 1b958a8..41bde78 100644 --- a/nvim/lua/kogakure/plugins.lua +++ b/nvim/lua/kogakure/plugins.lua @@ -152,7 +152,6 @@ return packer.startup(function(use) use("rhysd/vim-grammarous") -- A powerful grammar checker for Vim using LanguageTool use("mechatroner/rainbow_csv") -- Rainbow CSV use("dbeniamine/cheat.sh-vim") -- Cheat.sh - use("edluffy/hologram.nvim") -- Terminal image viewer -- Custom Text Objects use("christoomey/vim-titlecase")