recovery from stupid file loss and major update

This commit is contained in:
2023-02-10 04:39:34 +10:00
parent 49b4010bd7
commit b4157580f5
22 changed files with 664 additions and 0 deletions

5
lua/settings/panels.lua Normal file
View File

@@ -0,0 +1,5 @@
-- Вертикальное разделение всегда вправо
vim.opt.splitright = true
-- Горизонтальное разделение всегда вниз
vim.opt.splitbelow = true