HELLO NvChad

This commit is contained in:
2026-09-07 02:35:31 -04:00
committed by thread
parent add44b952d
commit 649dab28c8
11 changed files with 428 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
-- local autocmd = vim.api.nvim_create_autocmd
-- Auto resize panes when resizing nvim window
-- autocmd("VimResized", {
-- pattern = "*",
-- command = "tabdo wincmd =",
-- })
--
local opt = vim.opt
opt.laststatus = 3