Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codito/vim-config
My vim config files
https://github.com/codito/vim-config
vim vim-configuration vimrc
Last synced: 10 days ago
JSON representation
My vim config files
- Host: GitHub
- URL: https://github.com/codito/vim-config
- Owner: codito
- Created: 2010-01-01T06:42:27.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T11:35:45.000Z (22 days ago)
- Last Synced: 2024-10-29T13:25:36.851Z (22 days ago)
- Topics: vim, vim-configuration, vimrc
- Language: Lua
- Homepage:
- Size: 923 KB
- Stars: 8
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My vimrc and vim configuration files.
# Usage
In linuxgit clone [email protected]:codito/vim-config.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
cd ~/.vim
python ./update.pyIn Windows
git clone [email protected]:codito/vim-config.git ~\vimfiles
# ~ is your %userprofile% or %home%
# cmd /c mklink %userprofile%\_vimrc %userprofile%\vimfiles\vimrc
# cmd /c mklink %userprofile%\_gvimrc %userprofile%\vimfiles\gvimrc
# cd ~\vimfiles
# python .\update.py# Plugins
**Bundles.json** lists the plugins
**Update.py** is a simple script to add/update the scripts, requires pathogen.vimRefer **Plugins** section in _vimrc_ for details on configuration.