1

Update config for VIM

This commit is contained in:
Alex Yatskov 2024-04-28 19:28:48 -07:00
parent cc77c17478
commit 09db9fb7aa

View File

@ -11,6 +11,10 @@ local configs = {
go = {
comma_last = true,
},
vim = {
brace_last_wrap = false,
line_prefix = '\\ ',
}
}
local function set(opts, filetypes)