Skip to content

NewMexicoKid/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

vimrc

This is my .vimrc, modified from WurdBendur's: vimrc. See also the NaperWriMo vim page that collects many tips for vim for those using it for National Novel Writing Month, the free, international, annual event designed to motivate writers to complete a 50,000+ word novel in just 30 days in November.

vim is a fantastic moded text editor. In addition to being the best editor for editing code, it can easily also be used for writing notes, prose or fiction, especially when combined with markdown (a simple mark-up language) and pandoc (a multi-platform tool that can be used to convert markdown text files into many different formats, including Microsoft Word, OpenOffice/LibreOffice odt, epub, etc).

I use this under ubuntu Linux (including on ChromeOS) and on Windows 7 via cygwin.

Plugins I currently use

Themes

Markdown

Other Tools

Prerequisites

This vimrc uses the excellent, simple, fast plug vim plugin manager. You will need to install this first (e.g., via:

curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

Then when you bring up vim after installing the vimrc, do:

:PlugInstall

This will install the plugins, including the Tomorrow Night colorscheme.

References

Be sure to see the wonderful airline status bar page--there are many, many configuration options. You can also do a :help airline when within vim to see the documentation.

Use Windows?

  • If you happen to have to use Windows, this guide is very helpful for making vim plugins work there
  • Note: I had to use vundle as described in the guide. Didn't try to make things work with Plug since I was in a hurry. Went through the vundle quick start after doing the steps in the guide above bullet (installed vim in my Windows users directory, cleaned up vimfiles, installed curl, tested it with pathogen, etc). Update: Plug works fine! Just had to reboot before using.
  • Note: if you have a .vimrc in your $HOME, gvim will use it ahead of a .gvimrc in that $HOME directory!
  • Note: With Windows 10, I had to put plug.vim in ~/vimfiles/autoload, then everything magically worked (after installing git, making sure that the Path environment variable was updated with the path to git, and that curl.cmd worked)

Releases

No releases published

Packages

No packages published