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
- Host: GitHub
- URL: https://github.com/keithamus/vimstart
- Owner: keithamus
- License: mit
- Created: 2017-12-14T20:58:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T21:10:13.000Z (over 8 years ago)
- Last Synced: 2026-03-03T01:28:45.614Z (4 months ago)
- Topics: neovim, plugin, shell-script, vim
- Language: Vim script
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.