v1.0.0
Release v1.0.0
- feat(r): add R package prefixing toggle and fix devtools check keybinding
- fix(opencode): comment out half-page navigation keybindings until better binding is found
- fix!(completion): remove cmp-r plugin and config, handled by r_ls in R.nvim
- style(copilot): fix indentation formatting
- fix(rainbow-delimiters): add BufReadPre event to prevent lazy loading issues
- chore: update plugin versions in lazy-lock.json
- fix(keymap): swap Ctrl-o and Ctrl-i jump navigation
- fix(r): change R insert assign keybinding from Ctrl-k to Ctrl-h
- feat(autopair): add tab navigation out of parentheses