vimr

VimR — Neovim GUI for macOS in Swift

MIT License

Stars
6.6K
Committers
39

Bot releases are hidden (Show)

vimr - SNAPSHOT-211

Published by qvacua over 7 years ago

  • GH-436: Use colors from the selected colorscheme for tools, e.g. the file browser.
    • Use directory color of the selected colorscheme for folders in the file browser
vimr - v0.16.2-210

Published by qvacua over 7 years ago

  • GH-472: Bugfix: Mouse wheel scrolling in split window sometimes scrolls in the wrong split.
vimr - SNAPSHOT-209

Published by qvacua over 7 years ago

vimr - v0.16.1-208

Published by qvacua over 7 years ago

  • GH-472: Bugfix: mouse scrolling an out-of-focus split window scrolls the focused split window.
vimr - v0.16.0-205

Published by qvacua over 7 years ago

  • GH-378: Draw curly underline, e.g. when the spelling is incorrect.
  • GH-326, GH-460: Add an option to hide or quit VimR when the last window closes. This is for example useful when you want to use VimR as git difftool as described below.
  • GH-302, GH-421: The vimr CLI tool has two new options:
    • --wait: When present, the vimr CLI tool will exit only after the corresponding VimR window has been closed. This is particularly useful when combined with the --nvim option as described below.
    • --nvim: When present, all command line arguments except --dry-run and --wait, see above, will be passed over to the background nvim process when launching. This means that you can now use for example the -d option to activate the diffmode. To use VimR as git difftool, add the following to your ~/.gitconfig
      [difftool "vimrdiff"]
        cmd = vimr --wait --nvim -d $LOCAL $REMOTE
      [diff]
        tool = vimrdiff
      
    You have to re-install the vimr CLI tool in the Preferences window as described in the wiki.
  • Reduce the binary size by approx. 8 MB: We compile httpswift/swifter directly into VimR's binary...
  • Bonus: The Neovim splash screen shows up!
vimr - SNAPSHOT-204

Published by qvacua over 7 years ago

  • GH-378: Draw curly underline, e.g. when the spelling is incorrect.
vimr - SNAPSHOT-203

Published by qvacua over 7 years ago

  • Bring VimR to front when using vimr CLI tool. For details about the new options of vimr see the last release notes.
vimr - SNAPSHOT-202

Published by qvacua over 7 years ago

  • GH-326, GH-460: Add an option to hide or quit VimR when the last window closes. This is for example useful when you want to use VimR as git difftool as described below.
  • GH-302, GH-421: The vimr CLI tool has two new options:
    • --wait: When present, the vimr CLI tool will exit only after the corresponding VimR window has been closed. This is particularly useful when combined with the --nvim option as described below.
    • --nvim: When present, all command line arguments except --dry-run and --wait, see above, will be passed over to the background nvim process when launching. This means that you can now use for example the -d option to activate the diffmode. To use VimR as git difftool, add the following to your ~/.gitconfig
      [difftool "vimrdiff"]
        cmd = vimr --wait --nvim -d $LOCAL $REMOTE
      [diff]
        tool = vimrdiff
      
    You have to re-install the vimr CLI tool in the Preferences window as described in the wiki.
  • Reduce the binary size by approx. 8 MB: We compile httpswift/swifter directly into VimR's binary...
  • Bonus: The Neovim splash screen shows up!
vimr - v0.15.2-201

Published by qvacua over 7 years ago

  • Bugfix: The state of the tools of a new window is not the same as the last active window.
  • GH-423: Bugfix: lcd and tcd does not work correctly when switching tabs.
vimr - SNAPSHOT-200

Published by qvacua over 7 years ago

  • GH-423: Bugfix: lcd and tcd does not work correctly when switching tabs.
vimr - v0.15.1-199

Published by qvacua over 7 years ago

  • Improved scroll performance.
  • GH-450: Bugfix: Crashes when a hidden file gets deleted in the cwd.
  • GH-395: Bugfix: Massive file system changes in the working directory causes VimR to freeze.
  • GH-430: Bugfix: The cursor disappears when using arrow keys in the command mode.
  • GH-403, GH-447: Shift-Tab works (thanks to @mkhl)
  • Dependencies updates:
vimr - SNAPSHOT-198

Published by qvacua over 7 years ago

  • GH-450: Bugfix: Crashes when a hidden file gets deleted in the cwd.
  • Dependencies updates:
vimr - SNAPSHOT-197

Published by qvacua over 7 years ago

  • Further improve rendering performance
  • Do not scroll too many lines when scrolling with the mouse wheel (cf. GH-237)
vimr - SNAPSHOT-196

Published by qvacua over 7 years ago

  • Improved scroll performance
vimr - SNAPSHOT-195

Published by qvacua over 7 years ago

  • GH-403, GH-447: Shift-Tab works (thanks to @mkhl)
vimr - SNAPSHOT-194

Published by qvacua over 7 years ago

  • GH-450: Mild file browser refactoring
vimr - SNAPSHOT-193

Published by qvacua over 7 years ago

  • GH-430: Bugfix: The cursor disappears when using arrow keys in the command mode.
vimr - SNAPSHOT-192

Published by qvacua over 7 years ago

  • GH-395: Bugfix: massive file system changes in the working directory causes VimR to freeze.
vimr - v0.15.0-191

Published by qvacua over 7 years ago

  • We now compile gettext ourselves and do not use the pre-built version from homebrew: The library from homebrew is built for 10.12 and VimR's deployment target it 10.10. This mismatch produced many warnings during compilation time...
  • GH-426: You can now turn off some or all tools, e.g. file browser.
  • GH-434: Bugfix: autochdir does not work.
  • Bugfix: When you hide all tools, the state does not get stored in the user defaults.
  • set mouse=a when launching the neovim process.
  • Dependencies updates:
vimr - SNAPSHOT-190

Published by qvacua over 7 years ago

  • Bugfix: When you hide all tools, the state does not get stored in the user defaults.
  • set mouse=a when launching the neovim process.
Package Rankings
Top 4.25% on Proxy.golang.org