Tag: neovim

  • Centering A Single Buffer in NeoVim

    Centering A Single Buffer in NeoVim

    by

    When you’re working on a single buffer on a widescreen monitor you end up looking far to the left which over the course of the day can result in some neck pain. Previously my solution was to split NeoVim and work on the right buffer via the :vsplit command. But recently I found Centerpad.nvim which…

    Read More →