nvchad custom config

This commit is contained in:
2024-04-14 17:04:42 +02:00
parent e831224e51
commit d0da7f756c
29 changed files with 393 additions and 1758 deletions

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 =",
-- })