1
0
forked from extern/nix-config
donovanglover-nix-config/vim
Donovan Glover 8b6e283089
vim: Add yomichan-like command with tango
Note that although this was great from a proof-of-concept point of view,
it's significantly easier and more effective to simply use the yomichan
add-on in a web browser like firefox.
2023-01-07 03:51:50 -05:00
..
.vim/undo vim: Add .gitkeep for undo directory 2018-10-27 16:00:01 -04:00
.vimrc vim: Add yomichan-like command with tango 2023-01-07 03:51:50 -05:00
README.md misc: Update docs 2018-12-04 15:11:41 -05: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.

Dependencies

  • pywal - Changing color schemes support
  • fzf - Fuzzy search support
  • ripgrep - Jump between lines in files
  • git - Git diff support
  • texlive - TeX support

Usage

The first time you start vim, my plugins will be automatically installed with vim-plug (unless you already have the wal plugin, in which case you'd need to run :PlugInstall manually).