1
0
forked from extern/nix-config
donovanglover-nix-config/vim/README.md
Donovan Glover 0db520b429
docs: Update READMEs for ssh-agent, vim, and xmodmap
This completes the process of updating all the old READMEs
to the new format.
2018-11-23 00:27:58 -05:00

946 B

Vim

vim is the standard text editor.

Use Cases

vim can be used to:

  • Edit source files efficiently

You should not use vim if:

  • You should use vim.

Dependencies

  • pywal - Changing color schemes support
  • fzf - Fuzzy search support
  • ripgrep - Jump between lines in files
  • git - Git diff support
  • texlive) - TeX support

Usage

The first time you start vim, my plugins will be automatically installed with vim-plug (unless you already have the wal plugin, in which case you'd need to run :PlugInstall manually).