add: update default config

This commit is contained in:
asep.komarudin 2024-05-21 19:49:53 +07:00
parent f468320299
commit d1e7d99d27
18 changed files with 27 additions and 101 deletions

View file

@ -1,5 +1,5 @@
local run = 0
local frmt = vim.g.pcode_format_on_save
local frmt = vim.g.pcode_format_on_save or 0
if frmt == 1 then
run = 1
else