Skip to content

haoran-mc/beacon.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • introduction: highlight you cursor when it jumps far.
  • requirements: Neovim latest stable version or nightly.
  • installtion(lazy.nvim):
use { 'haoran-mc/beacon.nvim' }`
  • configuration:
require('beacon').setup({
    timeout = 200,
    ignore_buffers = {},
    ignore_filetypes = {},
})
  • highlight:
highlight Beacon guibg=white ctermbg=15

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages