Update config for VIM
1 files changed, 4 insertions(+), 0 deletions(-) M lua/argonaut/config.lua
M lua/argonaut/config.lua => lua/argonaut/config.lua +4 -0
@@ 11,6 11,10 @@ local configs = { go = { comma_last = true, }, + vim = { + brace_last_wrap = false, + line_prefix = '\\ ', + } } local function set(opts, filetypes)