2018-12-04 20:59:31 +01:00
# vim
2018-10-23 18:54:47 +02:00
2018-11-23 06:12:40 +01: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.
2018-10-23 18:54:47 +02:00
## Dependencies
2018-11-23 06:12:40 +01:00
- [pywal][pywal] - Changing color schemes support
2018-10-31 17:48:10 +01:00
- [fzf][fzf] - Fuzzy search support
- [ripgrep][ripgrep] - Jump between lines in files
- [git][git] - Git diff support
2018-11-29 05:01:55 +01:00
- [texlive][texlive] - TeX support
2018-10-23 18:54:47 +02:00
## Usage
2018-11-23 06:12:40 +01:00
The first time you start vim, my plugins will be automatically installed with [vim-plug][vim-plug] (unless you already have the wal plugin, in which case you'd need to run `:PlugInstall` manually).
2018-10-23 18:54:47 +02:00
[vim-plug]: https://github.com/junegunn/vim-plug
2018-11-23 06:12:40 +01:00
[vim]: https://github.com/vim/vim
[neovim]: https://github.com/neovim/neovim
[pywal]: https://github.com/dylanaraps/pywal
[fzf]: https://github.com/junegunn/fzf
[ripgrep]: https://github.com/BurntSushi/ripgrep
[git]: https://github.com/git/git
[texlive]: https://github.com/TeX-Live/texlive-source