chore(nvim): tweak settings, update plugins

This commit is contained in:
2023-09-21 13:14:15 +03:00
parent 3d65fdee43
commit c8c34dcc81
5 changed files with 31 additions and 15 deletions

View File

@@ -57,7 +57,7 @@ return {
"anuvyklack/animation.nvim",
},
config = function()
vim.o.winwidth = 10
vim.o.winwidth = 15
vim.o.winminwidth = 10
vim.o.equalalways = false
require("windows").setup()