Skip to content

fluxdiv/overhere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

overhere

Make your cursor say "hey I'm over here" when switching between buffers/windows

overhere gif

Installation with lazy.nvim

  {
    'grokkt/overhere',
    config = function()
      require('overhere').overhere({
        hl_opts = {
          bg = "#FF0000"
        }
      })
    end
  },

Example/default options

require('overhere').overhere({
   hl_opts = {
        fg = nil, -- or hex color string ex "#FF0000"
        bg = "#004a3c",
        bold = false,
        italic = false,
        underline = false
   },
   win_enter = true,
   buf_enter = true,
   buf_win_enter = true,
   clear_after_ms = 250
})

About

Helps you find your cursor when switching buffers/windows in Neovim

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages