/vim-config

store for vimrc etc

Primary LanguageShell

Vim-settings

This repo is for helping you to build vim cooler.

How to use it

  1. copy the .vimrc file to your ~/.vimrc
  2. :PlugInstall
  3. Enjoy it !

Q&A

  1. What's the compnent it contains

Nerd-tree, Vim-Plug, Vim-go etc.

  1. How can I upgrade the plugs

just run :PlugUpdate

  1. Disable the auto comments

:set fo-=r :set noautoindent

.vim

My vim dot files. the .vimrc file is saved to vimrc.

Table of Contents

About

Installing

Just run the following commands via terminal to get perfectly set up:

$ cd ~/
$ git clone --recursive https://github.com/jessfraz/.vim.git .vim
$ ln -sf $HOME/.vim/vimrc $HOME/.vimrc
$ cd $HOME/.vim
$ git submodule update --init

Pathogen

The vim dot files make use of the excellent Pathogen runtime path manager to install plugins and runtime files into their own private directiories.

Currently using version 2.4 of Pathogen

Contributing

Using the Makefile

You can use the Makefile to run a series of commands.

$ make help
install                        Sets up symlink for user and root .vimrc for vim and neovim.
README.md                      Generates and updates plugin info in README.md.
remove-submodule               Removes a git submodule (ex MODULE=bundle/nginx.vim).
update-pathogen                Updates pathogen.
update-plugins                 Updates all plugins.
update                         Updates pathogen and all plugins.

Plugins Used