Skip to content

Releases: YeferYV/RetroNvim

v0.2.0

05 Jan 02:00
d1b3403
Compare
Choose a tag to compare

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

  • release.yml: attemp using vsce as devDependency to fix The user aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa is not authorized (ab2979d)
  • release.yml: VSCE_TOKEN secret as global env should fix The user aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa is not authorized (1bdd8ae)

v0.1.1

07 Sep 02:56
Compare
Choose a tag to compare

v0.1.1 (06-09-2024)

Added

  • bookmars.yazi and smart-enter.yazi plugins
  • yazi new shell commands
  • touchcursor layout new keys: pageup, home, end, pagedown, ¿, left-wheel and right-wheel

Changed

  • yazi keymaps: f to F and s to sD
  • touchcursor layout fast hjkl/arrow keys
  • start touchcursor now also start the en-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

01 Sep 01:00
Compare
Choose a tag to compare

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 and textobj-word-column.vim
  • replacing vim-columnmove extension and next_indent with builtin ColumnMove
  • replacing install sixelrice with install archrice's neovim
  • refactored keymaps

Fixed

  • h, j, k and l 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

07 Jun 23:04
Compare
Choose a tag to compare

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 on settings.json instead of keybindings.json
  • unmmapping h, j, k and l to vscode's arrows keys since conflicts with flash.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

07 Jun 23:18
Compare
Choose a tag to compare

Nightly build

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

14 Apr 11:41
Compare
Choose a tag to compare

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 and gnH which works in windows10
  • docs for keymaps of zsh/bash/git-bash setup (also shown in the demo.mp4)

Changed

  • remap gh to gH
  • remap gl to g.

Fixed

  • keymaps using R and Q
  • 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

23 Feb 16:14
Compare
Choose a tag to compare

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

23 Feb 16:11
Compare
Choose a tag to compare

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