https://github.com/rafaels88/vim
Personal vim configuration
https://github.com/rafaels88/vim
vim-configuration vimrc vundle
Last synced: 2 days ago
JSON representation
Personal vim configuration
- Host: GitHub
- URL: https://github.com/rafaels88/vim
- Owner: rafaels88
- Created: 2014-12-05T16:09:33.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-02-26T00:58:12.000Z (almost 5 years ago)
- Last Synced: 2025-01-18T17:16:32.081Z (11 months ago)
- Topics: vim-configuration, vimrc, vundle
- Language: Vim script
- Size: 17.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
VIM Configuration
==============
Personal vim configuration using VUNDLE
#### Plugins list
Take a look inside .vimrc file.
#### To use:
1. Clone this project
```
cd ~/ && git clone https://github.com/rafaels88/vim.git
mv ~/vim ~/.vim
```
2. Create a link of .vimrc and .gvimrc to Home directory
```
ln -s ~/.vim/.gvimrc ~/.gvimrc
ln -s ~/.vim/.vimrc ~/.vimrc
```
3. Instal Vundle
```
mkdir ~/.vim/bundle && cd ~/.vim/bundle
git clone https://github.com/gmarik/Vundle.vim.git
```
4. Vundle Tasks
```
cd ~/.vim
make plugin_install # INSTALL ALL NEW PLUGINS
make plugin_update # UPDATE ALL INSTALLED PLUGINS
make plugin_clean # REMOVE ALL UNUSED PLUGINS
```
#### Customizing
All custom settings are in seaparate files in ```plugin/settings``` folder.
#### To install more plugins
Just add another line in .vimrc file.
- For AG (the silver search) Plugin, you must install AG itself.
``` brew install the_silver_searcher ```
or others
https://github.com/ggreer/the_silver_searcher
#### Font
The font used is Source Code Pro. So, if you don't have this installed, you need to do it first:
https://github.com/adobe-fonts/source-code-pro
###### Linux instructions
1. Download font's source to ~/.fonts
2. Untar file in ~/.fonts
3. sudo ln -s ~/.fonts/[font_directory_name] /usr/share/fonts/fontfiles
4. sudo fc-cache -fv