mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 21:03:59 +01:00
151e706a36
Instead of failing silently when the wal colorscheme is not found, we can take this as a cue to install the necessary vim plugins instead. |
||
---|---|---|
.. | ||
.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 is
- neovim - An improved version of vim (cursor modes, sane defaults, etc.)
- python-pywal - Changing color schemes support
- fzf - Fuzzy search support
- ripgrep - Jump between lines in files
- git - Git diff support
- Any other features you want to use (e.g. TeX support with texlive-core)
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!