forked from extern/nix-config
2fa91642d3
This commit means that manually copy/pasting the curl command on new machines is no longer necessary. |
||
---|---|---|
.. | ||
.config/nvim | ||
.vim/undo | ||
.vimrc | ||
README.md |
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 isneovim
- An improved version of vim (cursor modes, sane defaults, etc.)wal
- Changing color schemes supportfzf
- Fuzzy search supportripgrep
- Jump between lines in filesgit
- 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. If it isn't installed already, my .vimrc
will install it for you. If you already have vim-plug installed, run :PlugInstall
. Now you can use my vim config with all the plugins enabled!