README.md (346B)
1 # vim-fastline 2 3 My custom vim statusline (https://www.paritybit.ca/making-my-own-vim-statusline). 4 5 ## Installation 6 7 You can install this plugin using your favourite vim/neovim plugin manager. 8 9 Since I use Pathogen, here are explicit instructions for that plugin manager: 10 11 ``` 12 cd ~/.vim/bundle 13 git clone https://git.sr.ht/~jbauer/vim-fastline 14 ```