forked from extern/nix-config
64029e3c5b
This makes dealing with certain Japanese files significantly easier since we no longer have to worry about manually performing a Shift JIS to UTF-8 conversion before opening the file in vim, nor do we have to worry about manually changing the encoding with :e ++enc=sjis. |
||
---|---|---|
.. | ||
.vim/undo | ||
.vimrc | ||
README.md |
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).