]> git.rmz.io Git - dotfiles.git/blob - nvim/lua/plugins/core.lua
vim: resize splits in all tabs when resizing vim
[dotfiles.git] / nvim / lua / plugins / core.lua
1 return {
2 {
3 "LazyVim/LazyVim",
4 opts = {
5 defaults = {
6 autocmds = false,
7 },
8 },
9 },
10 }