1 files changed,
6 insertions(+),
0 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2023-01-22 15:48:31 +0200
Parent:
84d1a57
M
lua/core/autocmd.lua
@@ -15,3 +15,9 @@ vim.bo.shiftwidth = 2
vim.bo.softtabstop = 2 end, }) + +cmd("FileType", { + callback = function() + vim.cmd "set formatoptions-=cro" + end, +})