configuration.nix/cfg/nvim/custom/init.lua

8 lines
181 B
Lua
Raw Normal View History

2023-07-02 17:50:25 +02:00
-- local autocmd = vim.api.nvim_create_autocmd
-- Auto resize panes when resizing nvim window
-- autocmd("VimResized", {
-- pattern = "*",
-- command = "tabdo wincmd =",
-- })