1 files changed,
5 insertions(+),
0 deletions(-)
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", +})