neodot/.config/nvim/lua/custom/init.lua

11 lines
214 B
Lua
Raw Normal View History

2024-01-23 16:22:56 +00:00
-- local autocmd = vim.api.nvim_create_autocmd
-- Auto resize panes when resizing nvim window
-- autocmd("VimResized", {
-- pattern = "*",
-- command = "tabdo wincmd =",
-- })
--
vim.cmd 'set relativenumber'