summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/config/lua/plugins/snacks.lua
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-08-16 20:20:21 -0400
committertriethyl <triethylammonium@pm.me>2025-08-16 20:20:21 -0400
commit58ceb817bb6ba195d1189160878f318f3bcda0ef (patch)
tree6c17c013c92af8c6e410bb1d4fe3a2557841d0d3 /pkgs/custom-neovim/config/lua/plugins/snacks.lua
parent94980b0be13a690128992d98a2ed5db3ab592642 (diff)
neovim: restarted config
Diffstat (limited to 'pkgs/custom-neovim/config/lua/plugins/snacks.lua')
-rw-r--r--pkgs/custom-neovim/config/lua/plugins/snacks.lua36
1 files changed, 0 insertions, 36 deletions
diff --git a/pkgs/custom-neovim/config/lua/plugins/snacks.lua b/pkgs/custom-neovim/config/lua/plugins/snacks.lua
deleted file mode 100644
index c2cf737..0000000
--- a/pkgs/custom-neovim/config/lua/plugins/snacks.lua
+++ /dev/null
@@ -1,36 +0,0 @@
-require("snacks").setup {
- bigfile = { enabled = true },
- picker = {
- enabled = true,
- win = {
- input = {
- keys = {
- ["<Esc>"] = { "close", mode = { "n", "i" } },
- },
- },
- },
- },
- lazygit = {
- enabled = true,
- config = {
- quitOnTopLevelReturn = true,
- },
- win = {
- height = 0.8,
- },
- },
- input = {
- enabled = true,
- },
- terminal = {
- -- interactive = false,
- start_insert = true,
- auto_insert = true,
- win = {
- height = 0.2,
- },
- keys = {},
- },
-}
-
--- Utils.mapkey("t", "<c-w>", "Manage windows", "<c-\\><c-o><c-w>")