mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-16 05:13:11 +01:00
0d2bfe21f8
Some minor changes to make things a bit more consistent.
35 lines
945 B
Markdown
35 lines
945 B
Markdown
# vim
|
|
|
|
[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][pywal] - Changing color schemes support
|
|
- [fzf][fzf] - Fuzzy search support
|
|
- [ripgrep][ripgrep] - Jump between lines in files
|
|
- [git][git] - Git diff support
|
|
- [texlive][texlive] - TeX support
|
|
|
|
## Usage
|
|
|
|
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).
|
|
|
|
[vim-plug]: https://github.com/junegunn/vim-plug
|
|
[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
|