🐻 minimal ui2 fuzzy finder for Neovim codeberg.org/comfysage/artio.nvim
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(view): start insert at end of line

robin 5442b17e dbb06d73

+1 -1
+1 -1
lua/artio/view.lua
··· 320 320 -- start insert *before* registering events 321 321 self:updatecursor() 322 322 vim._with({ noautocmd = true }, function() 323 - vim.cmd.startinsert() 323 + vim.cmd.startinsert({ bang = true }) 324 324 end) 325 325 326 326 -- trigger after registering events