beacon.nvim

Whenever cursor jumps some distance or moves between windows, it will flash so you can see where it is

Stars
317

Bot releases are hidden (Show)

beacon.nvim - v2.0.0 - Lua all the way Latest Release

Published by DanilaMihailov 4 months ago

Complete rewrite of the plugin in lua.

  • Dropping support for Vim (check out v1 tags for Vim versions)
  • Simpler configuration
  • More speed?
beacon.nvim - Release 1.3.3 - Fix Ctrl-E/Ctrl-Y jumps triggering beacon

Published by DanilaMihailov over 4 years ago

Now jump detection uses relative line numbers and absolute.

beacon.nvim - Release 1.3.2 - Ignore filetypes

Published by DanilaMihailov over 4 years ago

Added option to ignore filetypes (thanks to @infinite-ops with PR #10)

Now you can set ignored filetypes like this

 g:beacon_ignore_filetypes = ['fzf']
beacon.nvim - Release 1.3.1 - Better jump detection

Published by DanilaMihailov over 4 years ago

Now plugin uses screen rows to calculate distance (thanks to @ayyess with PR #6). What it means is better fold ignoring and only flash when cursor changes position relative to window.

beacon.nvim - Vim 8.2 support!

Published by DanilaMihailov over 4 years ago

Added support for Vim 8.2.

Support for older versions of vim and neovim are in the works.

beacon.nvim - Fix moves over folds

Published by DanilaMihailov over 4 years ago

beacon.nvim - Release 1.2.3 - Fix beacon hiding prematurely

Published by DanilaMihailov over 4 years ago

beacon.nvim - Release 1.2.2 - Fix plugin loading multiple times

Published by DanilaMihailov over 4 years ago

Now :PlugInstall works as it should without breaking the plugin.

beacon.nvim - Release 1.2.1 - Fix bug with sessions

Published by DanilaMihailov over 4 years ago

Now plugin checks if window is still valid before doing anything with it. Should be more robust!

beacon.nvim - Version 1.2.0 - Commands

Published by DanilaMihailov over 4 years ago

Added

Options

  • g:beacon_enable to enable/disable plugin

Commands

  • :Beacon highlight current position (even if plugin is disabled)
  • :BeaconToggle toggle g:beacon_enable variable
  • :BeaconOn enable Beacon
  • :BeaconOff disable Beacon
beacon.nvim - Version 1.1.0 - Ignore buffers

Published by DanilaMihailov over 4 years ago

Added

  • ignore buffers with g:beacon_ignore_buffers = [] option

Made it a little bit faster, by removing unnecessary autocmds.

beacon.nvim - Version 1.0

Published by DanilaMihailov over 4 years ago