neovim configuration using rocks.nvim plugin manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: disable `resize_splits` autocmd on `VimResized`

+5 -5
+5 -5
lua/core/autocmds.lua
··· 18 18 end, 19 19 }) 20 20 21 - -- Resize splits if window got resized 22 - au("VimResized", { 23 - group = aug("resize_splits"), 24 - command = "tabdo wincmd =", 25 - }) 21 + -- -- Resize splits if window got resized 22 + -- au("VimResized", { 23 + -- group = aug("resize_splits"), 24 + -- command = "tabdo wincmd =", 25 + -- }) 26 26 27 27 -- Go to last location when opening a buffer 28 28 au("BufReadPost", {