all repos

init.lua @ 7b6a52470892c536eddbc3df99ae6a5926d7e723

my nvim config
1 files changed, 5 insertions(+), 0 deletions(-)
feat(autocmd): move help to left
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-09-18 23:51:03 +0300
Parent: b0be2dd
M lua/core/autocmd.lua

@@ -21,3 +21,8 @@ callback = function()

vim.cmd "set formatoptions-=cro" end, }) + +u.aucmd("FileType", { + pattern = { "help", "man" }, + command = "wincmd L", +})