https://github.com/leny/pwenvim
My vim dotfiles & config
https://github.com/leny/pwenvim
dotfiles vim vimrc
Last synced: about 1 month ago
JSON representation
My vim dotfiles & config
- Host: GitHub
- URL: https://github.com/leny/pwenvim
- Owner: leny
- Created: 2016-11-13T22:09:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-06T08:51:57.000Z (almost 8 years ago)
- Last Synced: 2025-10-11T02:05:31.423Z (9 months ago)
- Topics: dotfiles, vim, vimrc
- Language: Vim script
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# leny/pwenvim
> My **vim** configuration files
* * *
**pwenvim** is an utility repository to store my vim configuration files, separated from my [dotfiles](https://github.com/leny/pwendok), since my dotfiles are more "machine-based", and my vim config is more "system-wise" (you don't understand? me neither.).
* * *
## Install
Launch the following commands (you need to remove existing vim configuration files before):
cd && git clone https://github.com/leny/pwenvim ~/.pwenvim
ln -sfv ~/.pwenvim/vimrc ~/.vimrc
ln -sfv ~/.pwenvim/gvimrc ~/.gvimrc
ln -sfv ~/.pwenvim/vim ~/.vim
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim +PluginInstall +qall
cd ~/.pwenvim/vim/bundle/YouCompleteMe && ./install.py