nvim config
This commit is contained in:
parent
cdfac4d089
commit
9051320319
13 changed files with 399 additions and 0 deletions
7
.dotfiles/nvchad/custom/init.lua
Normal file
7
.dotfiles/nvchad/custom/init.lua
Normal 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 =",
|
||||
-- })
|
Loading…
Add table
Add a link
Reference in a new issue