An open API service indexing awesome lists of open source software.

https://github.com/pawel-slowik/dotfiles-vim

My Vim configuration
https://github.com/pawel-slowik/dotfiles-vim

dotfiles vim vim-configuration

Last synced: about 2 months ago
JSON representation

My Vim configuration

Awesome Lists containing this project

README

          

My [Vim](https://www.vim.org/) configuration.

Quick install without a plugin manager:

git clone https://github.com/pawel-slowik/dotfiles-vim.git ~/dotfiles/vim
cd ~/dotfiles/vim
echo /pack >> .git/info/exclude
mkdir -p pack/plugins/start
cd pack/plugins/start
for github_url in $(<../../../plugins.txt); do git clone "$github_url.git"; done
ln -si ~/dotfiles/vim ~/.vim