An open API service indexing awesome lists of open source software.

https://github.com/keithamus/vimstart

specify custom VIM start screen text using custom shell scripts
https://github.com/keithamus/vimstart

neovim plugin shell-script vim

Last synced: 2 months ago
JSON representation

specify custom VIM start screen text using custom shell scripts

Awesome Lists containing this project

README

          

# vimstart

> This is my first attempt at writing a vim plugin.

This allows you to write a `.vimstart` executable, which will be the start page of your vim session. It automatically centers any text output from the script in the middle of the screen, while also preserving formatting (it simply centers based on the longest line of the output). If there is no `.vimstart` in your current directory, it will look in `~/.config/nvim/vimstart`.