Skip to content

vvvvv/yfix.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

yfix

Neovim plugin to keep the screen centered.

yfix.webm

Configure

The plugin needs to be initialised using

require('yfix').setup()

However you can pass in config options which default to:

{
  -- center y axis in insert mode
  insert_mode = true,
  -- center y axis in normal mode
  normal_mode = true,
}

Installation

Packer

use "vvvvv/yfix"
require("yfix").setup()

About

Neovim plugin to keep the screen centered

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages