https://github.com/zonca/vimconfig
.vim folder for keeping vim configuration in sync
https://github.com/zonca/vimconfig
Last synced: 10 months ago
JSON representation
.vim folder for keeping vim configuration in sync
- Host: GitHub
- URL: https://github.com/zonca/vimconfig
- Owner: zonca
- Created: 2011-01-05T20:33:01.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-03-29T23:48:41.000Z (almost 15 years ago)
- Last Synced: 2025-01-13T09:23:40.658Z (12 months ago)
- Language: VimL
- Homepage:
- Size: 156 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
VIM
===
.vim folder with my configuration, mainly focused on python devel
for checking out the plugins, you need to run:
git submodule init
git submodule update
it is necessary to create a symbolic link for .vimrc:
ln -s .vim/vimrc .vimrc