nix-config/vim
Donovan Glover c3f85fc871
docs: Add READMEs for fish, vim, and xmodmap
Since I'd like other people to try my dotfiles, I will be writing
READMEs for each package directory, which should hopefully cover
anything a user needs to do in order to use the package.
2018-10-23 13:01:16 -04:00
..
.config/nvim stow: Add directories for vim, wal, and extras 2018-10-22 17:09:28 -04:00
.vimrc stow: Add directories for vim, wal, and extras 2018-10-22 17:09:28 -04:00
README.md docs: Add READMEs for fish, vim, and xmodmap 2018-10-23 13:01:16 -04:00

Vim

I use neovim as my main text editor, and vim elsewhere.

Dependencies

  • vim - If you're reading this, you probably already know what vim is
  • neovim - An improved version of vim (cursor modes, sane defaults, etc.)
  • wal - Changing color schemes support
  • fzf - Fuzzy search support
  • ripgrep - Jump between lines in files
  • git - Git diff support
  • Any other features you want to use (e.g. TeX support with texlive)

Installation

make package=vim

Usage

I use vim-plug as my plugin manager of choice. Install it, then run:

vim +PlugInstall +qall

Now you can use my vim config with all the plugins installed!