HELLO NvChad

This commit is contained in:
2023-12-16 23:48:41 -05:00
parent c8777040fb
commit fb4b0a7261
11 changed files with 398 additions and 1 deletions

11
lua/custom/init.lua Normal file
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