mv luasnip config to others.lua
This commit is contained in:
parent
d5f4c04424
commit
5db010e870
4 changed files with 15 additions and 13 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue