From 3446c9354397a80713a543e21f3a08e7a4426290 Mon Sep 17 00:00:00 2001 From: triethyl Date: Sun, 2 Nov 2025 13:52:16 -0500 Subject: neovim: cleaned up unused plugins --- pkgs/custom-neovim/config/lua/lazygit.lua | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 pkgs/custom-neovim/config/lua/lazygit.lua (limited to 'pkgs/custom-neovim/config/lua/lazygit.lua') diff --git a/pkgs/custom-neovim/config/lua/lazygit.lua b/pkgs/custom-neovim/config/lua/lazygit.lua deleted file mode 100644 index ff13a49..0000000 --- a/pkgs/custom-neovim/config/lua/lazygit.lua +++ /dev/null @@ -1,16 +0,0 @@ --- Lazygit Integration - -Lazygit = function() - local buf = vim.api.nvim_create_buf(false, true) - local opts = { - relative = 'editor', - width = 80, - height = 20, - row = 5, - col = 5, - style = 'minimal', - border = 'rounded', - } - local win = vim.api.nvim_open_win(buf, true, opts) - vim.cmd.terminal("lazygit") -end -- cgit v1.2.3