Skip to content

Commit

Permalink
feat: rename toggle command to SmearCursorToggle
Browse files Browse the repository at this point in the history
  • Loading branch information
sphamba committed Dec 2, 2024
1 parent 1832dee commit 4417c54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/smear_cursor/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ local enabled = false

local function initialize()
events.listen()
events.jump_cursor()
end

local metatable = {
Expand Down Expand Up @@ -57,7 +58,7 @@ M.setup = function(opts)
M[key] = value
end

vim.api.nvim_create_user_command("SmearToggle", M.toggle, {})
vim.api.nvim_create_user_command("SmearCursorToggle", M.toggle, {})
end

M.toggle = function(opts)
Expand Down

0 comments on commit 4417c54

Please sign in to comment.