https://github.com/ferhatelmas/vim-config
:black_circle: My vim config
https://github.com/ferhatelmas/vim-config
Last synced: 2 months ago
JSON representation
:black_circle: My vim config
- Host: GitHub
- URL: https://github.com/ferhatelmas/vim-config
- Owner: ferhatelmas
- License: mit
- Created: 2015-11-11T10:00:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-07T21:29:43.000Z (almost 6 years ago)
- Last Synced: 2025-01-24T14:41:26.162Z (4 months ago)
- Language: Vim script
- Size: 43 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
vim-config
==========My personal vim configuration. Oriented for Web developpement (mostly: Go, Python, JavaScript, CoffeeScript) with a lots of well known plugins like (CTRL+P, Gundo, Bookmarks, Ag, VIM-Snippets, VIM-Polygot, GoldenView...)
How to install
==========
- First of all: backup your own configuration file
- Install Vim Vundle (https://github.com/gmarik/Vundle.vim)
- Either use the INSTALL.sh script or copy the file into your **~/.vim** folder
- Open VIM and do `:PluginInstall`For *YCM (YouCompleteMe plugin)* follow the instruction to build it : https://github.com/Valloric/YouCompleteMe or disable this plugin in the provided **~/.vim/vundle** file.
For *Airline* you should follow the "Integrating with powerline fonts" section in order to install the powerline fonts.
Convention
==========
- vimar: is a little script that I made in order to reload vim when you are changing your configuration files.
- vimrc: is your main configuration vim file.
- vimsc: is the file were you should define customized shortcuts.
- vundle: is the file regrouping all the plugins that vundle should install and their specific configuration options.