diff --git a/modules/home/apps/tools/neovim/config/lua/plugins/tools/freeze.lua b/modules/home/apps/tools/neovim/config/lua/plugins/tools/freeze.lua deleted file mode 100644 index eb151e6..0000000 --- a/modules/home/apps/tools/neovim/config/lua/plugins/tools/freeze.lua +++ /dev/null @@ -1,14 +0,0 @@ -return { - "isabelroses/charm-freeze.nvim", - lazy = false, - config = function() - require("charm-freeze").setup({ - command = "freeze", - output = function() - return "./" .. "._freeze.png" - end, - show_line_numbers = true, - theme = "catppuccin-mocha", - }) - end, -}