mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 21:03:59 +01:00
e2ca722963
I wanted to commit some more stuff for 2020. Better late than never, right? The most significant change is probably in fish_prompt.fish. I fixed an edge case where the directory in question could be the same as the user's username. |
||
---|---|---|
.. | ||
.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).