feat: add script glyphs for superscript and subscript numerals

This commit is contained in:
2024-09-21 06:58:24 -04:00
parent e605f506cc
commit 080994493d
2 changed files with 184 additions and 8 deletions
-1
View File
@@ -424,7 +424,6 @@ function M.move_visual(up, multiplier)
-- escape visual mode
vim.cmd("norm v")
-- GET REGION
-- eg region = { [103] = {0,-1}, [104] = {0,-1}, [105] = {0,-1}}
---@diagnostic disable-next-line: deprecated