This commit is contained in:
2024-04-14 17:51:47 +02:00
parent 17ae767c72
commit cbbc8bfec7
10 changed files with 0 additions and 0 deletions

7
.old/init.lua Normal file
View File

@@ -0,0 +1,7 @@
-- local autocmd = vim.api.nvim_create_autocmd
-- Auto resize panes when resizing nvim window
-- autocmd("VimResized", {
-- pattern = "*",
-- command = "tabdo wincmd =",
-- })