nix-config/vim
Donovan Glover abdc5317e1
vim: Remove vimtex-delim-close keybind
This keybind was causing a delay every time I typed ']', which
was uncomfortable to use, so I removed it.
2018-11-25 20:54:43 -05:00
..
.vim/undo vim: Add .gitkeep for undo directory 2018-10-27 16:00:01 -04:00
.vimrc vim: Remove vimtex-delim-close keybind 2018-11-25 20:54:43 -05:00
README.md docs: Update READMEs for ssh-agent, vim, and xmodmap 2018-11-23 00:27:58 -05:00

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).