diff options
| author | triethyl <triethylammonium@pm.me> | 2025-11-02 13:52:16 -0500 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-11-02 13:52:16 -0500 |
| commit | 3446c9354397a80713a543e21f3a08e7a4426290 (patch) | |
| tree | ee3a4481d8fa8e42b17efbf8560d7597906fa2c0 /pkgs/custom-neovim/config/lua/lazygit.lua | |
| parent | 6985be324fcc4e5655cd7f1807b0288d9298fb3b (diff) | |
neovim: cleaned up unused plugins
Diffstat (limited to 'pkgs/custom-neovim/config/lua/lazygit.lua')
| -rw-r--r-- | pkgs/custom-neovim/config/lua/lazygit.lua | 16 |
1 files changed, 0 insertions, 16 deletions
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 |
