mv luasnip config to others.lua

This commit is contained in:
siduck76
2021-08-28 09:39:38 +05:30
parent d5f4c04424
commit 5db010e870
4 changed files with 15 additions and 13 deletions

View File

@@ -375,7 +375,7 @@ components.right.active[10] = {
return " Bot "
end
local result, _ = math.modf((current_line / total_line) * 100)
return " " .. result .. " %% "
return " " .. result .. "%% "
end,
hl = {