1
0
forked from extern/nix-config
donovanglover-nix-config/vim
Donovan Glover b0b27be0ab
vim: Don't raise an error if wal is not found
Since the wal color scheme is not installed until PlugInstall is ran,
the colorscheme function will always throw an error that needs manual
intervention. This fixes that.
2018-11-14 17:50:30 -05:00
..
.config/nvim stow: Add directories for vim, wal, and extras 2018-10-22 17:09:28 -04:00
.vim/undo vim: Add .gitkeep for undo directory 2018-10-27 16:00:01 -04:00
.vimrc vim: Don't raise an error if wal is not found 2018-11-14 17:50:30 -05:00
README.md misc: Update docs 2018-10-31 13:03:41 -04:00

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!