Releases: YeferYV/RetroNvim
Releases · YeferYV/RetroNvim
v0.2.0
0.2.0 (2025-01-05)
Features
- kanata: repeat hjkl every 15 miliseconds (f6d077e)
- nvim: adding mini.hipatterns with tailwind support (18a843c)
- nvim: configuring mason.nvim + nvim-lspconfig to stop depending on mason-lspconfig.nvim (c418220)
- nvim: migrating to efm-language-server (which support formatters and linters) from none-ls (e6f6b8b)
- nvim: migrating to supermaven since codeium is slow (7d6a6ce)
- nvim: migrating to vim.snippets from luasnip (50b6715)
- package.json: migrating to pnpm since npm is slow (7ed02bb)
- release.yml: adding a github action to publish to vscode marketplace (246c811)
- whichkey: adding
Install jupyter and kaggle
entry (8617a59)
Bug Fixes
v0.1.1
v0.1.1 (06-09-2024)
Added
bookmars.yazi
andsmart-enter.yazi
plugins- yazi new shell commands
touchcursor
layout new keys:pageup
,home
,end
,pagedown
,¿
,left-wheel
andright-wheel
Changed
- yazi keymaps:
f
toF
ands
tosD
touchcursor
layout fasthjkl
/arrow keysstart touchcursor
now also start theen-US
keyboard layout on Windows
Fixed
- yazi now has large image preview
Manual Install
- open vscode command palette then type
Extension: Install from VSIX
VSCode Marketplace
Full Changelog: v0.1.0...v0.1.1
v0.1.0
v0.1.0 (28-08-2024)
Added
- neovim LSP / Formatter / Linter / Snippet support
- open neovim terminal
- neovim's extension and zsh's extensions as git-submodules
Changed
- migration to more
mini.nvim
modules - removed
vscode-multi-cursor.nvim
andtextobj-word-column.vim
- replacing
vim-columnmove
extension andnext_indent
with builtinColumnMove
- replacing
install sixelrice
withinstall archrice's neovim
- refactored keymaps
Fixed
h
,j
,k
andl
mapped to vscode's arrow keys on Windows 10/11 since it's slow in old machines- Windows requires compiling treesitter parsers with Zig otherwise it crashes when opening neovim in the terminal
Manual Install
- open vscode command palette then type
Extension: Install from VSIX
VSCode Marketplace
Full Changelog: v0.0.4...v0.1.0
v0.0.4
v0.0.4 (07-06-2024)
Added
- javascript extension pack + node version manager whichkey menu entry installer
- python extension pack + python package manager whichkey menu entry installer
- Msys2's zsh support on Windows 10/11
- $ZDOTDIR to auto load minimal RetroNvim's .zshrc
- $STARSHIP_CONFIG to auto load a custom starship.toml
- tokyo night dark / poimandres custom theme
Changed
- dropping bash/git-bash support since ble.sh is slow
- RetroNvim now is shipped with zsh-autosuggestions, zsh-fast-syntax-highlighting and fzf-key-bindings.zsh plugins
Fixed
- increase keyboard repeat rate on Windows 10/11 is a powershell script
- map
jk
as escape key onsettings.json
instead ofkeybindings.json
- unmmapping
h
,j
,k
andl
to vscode's arrows keys since conflicts withflash.nvim
on Windows 10/11
Manual Install
- open vscode command palette then type Extension: Install from VSIX
VSCode Marketplace
https://marketplace.visualstudio.com/items?itemName=YeferYV.retronvim
development build v0.0.20240607-ab5ff6bcee
Nightly build
- Install it with:
code --install-extension --pre-release yeferyv.retronvim
or chooseswitch to pre-release version
after installing it from the marketplace:
https://marketplace.visualstudio.com/items?itemName=YeferYV.retronvim
Manual Install
- create a vscode extension package from source with
npm install --global vsce && vsce package
then
open vscode command palette then type Extension:Install from VSIX
v0.0.3
v0.0.3 (04-04-2024)
Added
- whichkey entries to show keybindings for yazi and lazygit
- gitsigns.nvim to preview/reset hunk (only inside neovim)
- keymaps
gpH
andgnH
which works in windows10 - docs for keymaps of zsh/bash/git-bash setup (also shown in the demo.mp4)
Changed
- remap
gh
togH
- remap
gl
tog.
Fixed
- keymaps using
R
andQ
- workaround for
gh
when visual-mode inside vscode (but race condition may happen)
Manual Install
- open vscode command palette then type Extension: Install from VSIX
VSCode Marketplace
v0.0.2
Change Log
v0.0.2 (16-02-2024)
changed
- remapping hjkl as cursor left/down/up/down on Windows10 for performance but doesn't restore vertical cursor position
- migrating to git-bash since powershell is too slow
Added
- kanata open with vscode or $EDITOR inside yazi
Manual Install
open vscode command palette
then type Extension: Install from VSIX
VSCode Marketplace
https://marketplace.visualstudio.com/items?itemName=YeferYV.retronvim
v0.0.1
Change Log
v0.0.1 (12-02-2024)
Added
- Neovim A-Z text objects
- Whichkey with LSP,git,... entries
- Kanata with touchcursor-like keyboard layout
Manual Install
open vscode command palette
then type Extension: Install from VSIX
VSCode Marketplace
https://marketplace.visualstudio.com/items?itemName=YeferYV.retronvim