Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 423 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 423 Bytes

StickyCursor.nvim

  • This simple plugins stops neovim's default behavior of moving the scrollview to the center of screen when switching buffers
  • For more pleasure you can use vim.g.startofline = false

Installation

Using lazy.nvim

{
    'svban/StickyCursor.nvim',
    opts={},
}

Inspiration