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
- Host: GitHub
- URL: https://github.com/pawel-slowik/dotfiles-vim
- Owner: pawel-slowik
- License: unlicense
- Created: 2018-08-06T10:10:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T08:19:14.000Z (over 1 year ago)
- Last Synced: 2025-06-15T07:49:33.835Z (about 1 year ago)
- Topics: dotfiles, vim, vim-configuration
- Language: Vim Script
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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