···8585 vim.api.nvim_buf_call(ev.buf, setfolds)
8686end)
87878888--- redefine word boundaries - '_' is a word separator, this helps with snake_case
8989-vim.opt.iskeyword:remove("_")
9090-9188-- allow cursor to move paste the end of the line in visual block mode
9289vim.o.virtualedit = "block"
9390