summaryrefslogtreecommitdiff
path: root/lua/99/geo.lua
diff options
context:
space:
mode:
authorThePrimeAgain <theprimeagain@theprimeagain.com>2026-01-01 13:30:49 -0700
committerThePrimeAgain <theprimeagain@theprimeagain.com>2026-01-01 13:30:49 -0700
commitda853e0c1bc133a1b707721de1fb7bfe26a11d2f (patch)
tree72ecae573b788a1ed18ddf3e228334b7e1a55bda /lua/99/geo.lua
parent4e7f2cdd88d7042c0a371bf1a55c9e5f48dc7558 (diff)
downloada4-da853e0c1bc133a1b707721de1fb7bfe26a11d2f.tar.xz
a4-da853e0c1bc133a1b707721de1fb7bfe26a11d2f.zip
lint errors gone
Diffstat (limited to 'lua/99/geo.lua')
-rw-r--r--lua/99/geo.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/lua/99/geo.lua b/lua/99/geo.lua
index eb5e0c9..a04929d 100644
--- a/lua/99/geo.lua
+++ b/lua/99/geo.lua
@@ -41,11 +41,6 @@ function Point:update_to_end_of_line()
vim.api.nvim_win_set_cursor(0, { r, c })
end
---- @param buffer number
-function Point:insert_new_line_below(buffer)
- vim.api.nvim_input("<esc>o")
-end
-
--- 1 based point
--- @param row number
--- @param col number