vimr

VimR — Neovim GUI for macOS in Swift

MIT License

Stars
6.6K
Committers
39

Bot releases are hidden (Show)

vimr - v0.11.0-SNAPSHOT-20161120.1138-128

Published by qvacua almost 8 years ago

  • GH-296: Drag & drop the file browser to any side of the window! 😀
vimr - v0.10.2-127

Published by qvacua almost 8 years ago

  • GH-332: Turn on paste option before Cmd-Ving (and reset the value)
  • GH-333: Set $LANG to utf-8 such that non-ASCII characters are not garbled when copied to the system clipboard.
    • GH-337: With the first version of GH-333, strangely, on 10.12.X init.vim did not get read. GH-337 fixes this issue.
  • GH-334: set title and termguicolors by default such that airline works without changing init.vim.
  • GH-276: Draw a different, i.e. thin, cursor in the insert mode.
  • GH-299: Add a context menu to the file browser.
  • GH-237: Increase mouse scrollwheel sensitivity.
  • neovim/neovim@598f5af58b21747ea9d6dc0a7d846cb85ae52824
vimr - v0.11.0-SNAPSHOT-20161113.1502-126

Published by qvacua almost 8 years ago

GH-337: With the first version of GH-333, strangely, on 10.12.X init.vim did not get read. GH-337 fixes this issue.

vimr - v0.11.0-SNAPSHOT-20161112.1708-125

Published by qvacua almost 8 years ago

  • GH-299: Add a context menu to the file browser.
  • GH-237: Increase mouse scrollwheel sensitivity.
vimr - v0.11.0-SNAPSHOT-20161111.2237-124

Published by qvacua almost 8 years ago

  • GH-334: set title and termguicolors by default such that airline works without changing init.vim.
  • GH-276: Draw a different, i.e. thin, cursor in the insert mode.
vimr - v0.11.0-SNAPSHOT-20161111.1436-123

Published by qvacua almost 8 years ago

  • GH-332: Turn on paste option before Cmd-Ving (and reset the value)
  • GH-333: Set $LANG to utf-8 such that non-ASCII characters are not garbled when copied to the system clipboard.
vimr - v0.10.1-122

Published by qvacua almost 8 years ago

  • GH-321: Cmd-V now works in the terminal mode.
  • GH-330: Closing the file browser with Cmd-1 now focuses the Neovim view.
  • GU-308: Set cwd to the parent folder of the file when opening a file in a new window
  • Update RxSwift from 3.0.0-rc1 to 3.0.1
  • Update Neovim to neovim/neovim@0213e99aaf6eba303fd459183dd14a4a11cc5b07
    • includes inccommand! 😆
vimr - v0.11.0-SNAPSHOT-20161109.2136-121

Published by qvacua almost 8 years ago

  • GH-330: Closing the file browser with Cmd-1 now focuses the Neovim view.
  • Update RxSwift from 3.0.0-rc1 to 3.0.1
  • Update Neovim to neovim/neovim@0213e99aaf6eba303fd459183dd14a4a11cc5b07 (inccommand)
vimr - v0.11.0-SNAPSHOT-20161106.2304-120

Published by qvacua almost 8 years ago

  • GH-321: Fix for real this time... 😶
vimr - v0.11.0-SNAPSHOT-20161106.2224-119

Published by qvacua almost 8 years ago

  • GH-308: When opening a file in a new window set cwd to the parent folder of the file.
  • GH-321: Fix Cmd-V in terminal mode.
vimr - v0.10.0-118

Published by qvacua almost 8 years ago

  • GH-309: When opening a file via a GUI action, check whether the file is already open.
    • Open in a tab or split: select the tab/split
    • Open in another (GUI) window: let NeoVim handle it.
  • GH-239, GH-312: Turn on font smoothing such that the 'Use LCD font smoothing when available' setting from the General system preferences pane is respected.
  • GH-270: Make line spacing configurable via the 'Appearances' preferences pane.
  • GH-322: Fix crashes related to the file browser.
  • Bugfix: The command line tool vimr sometimes does not open the files in the frontmost window.
vimr - v0.10.0-SNAPSHOT-20161029.1904-117

Published by qvacua almost 8 years ago

  • GH-270 Add a preference entry for linespacing in the Appearances pane.
  • neovim/neovim@3d49fc1f5043f0d6cd3a58fbb29767cfba40b014
vimr - v0.10.0-SNAPSHOT-20161025.2226-116

Published by qvacua almost 8 years ago

  • Fix exceptions when opening some preferences panes. RxSwift 3.0.0 has a bug: https://github.com/ReactiveX/RxSwift/pull/957
    • Thus, downgrade to 3.0.0-rc1 for the time being
  • Bugfix: The command line tool vimr sometimes does not open the files in the frontmost window.
vimr - v0.10.0-SNAPSHOT-20161025.0814-115

Published by qvacua almost 8 years ago

  • GH-239, GH-312 Turn on font smoothing such that the "Use LCD font smoothing when available" setting from the General system preferences pane is respected.
  • Update RxSwift from 3.0.0-rc.1 to 3.0.0.
vimr - v0.10.0-SNAPSHOT-20161024.2203-114

Published by qvacua almost 8 years ago

  • GH-239, GH-312: Try to fix the thinner-font-rendering problem on non-retina displays.
vimr - v0.10.0-SNAPSHOT-20161023.2005-113

Published by qvacua almost 8 years ago

  • GH-309: When opening a file via a GUI action, check whether the file is already open.
    • Open in a tab or split: select the tab/split
    • Open in another (GUI) window: let NeoVim handle it.
vimr - v0.9.0-112

Published by qvacua almost 8 years ago

First release of VimR with NeoVim backend

  • NeoVim rulez! 😆 (neovim/neovim@5bcb7aa8bf75966416f2df5a838e5cb71d439ae7)
  • Pinch to zoom in or out
  • Simple file browser
  • Open quickly a la Xcode
  • Ligatures support
  • Command line tool
vimr - v0.9.0-SNAPSHOT-20161020.2036-111

Published by qvacua about 8 years ago

  • Added some Emojis somewhere 😆
  • Probably the last snapshot before the 0.9.0 release
vimr - v0.9.0-SNAPSHOT-20161018.1801-110

Published by qvacua about 8 years ago

GH-306: Fix vimr command line tool. Re-install it in the General preferences pane after updating VimR.

vimr - v0.9.0-SNAPSHOT-20161017.2152-107

Published by qvacua about 8 years ago

  • GH-306: Fix path expansion in the command line tool vimr. You have to re-install the command line tool vimr from the General preferences pane:
    screen shot 2016-10-17 at 22 01 54
  • Update RxSwift to 3.0.0-rc.1
Package Rankings
Top 4.25% on Proxy.golang.org