Skip to content

LexaNz/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim

Just my vim configuration.

Using pathogen : https://github.com/tpope/vim-pathogen

Clone the repo with all submoules

git clone --recurse-submodules https://github.com/LexaNz/vim.git .vim

Add new plugin with git submodule

git submodule add -b master https://github.com/elzr/vim-json.git bundle/vim-json

Add this block to .vimrc to enable pathogen

" Enable vim-pathogen
runtime bundle/vim-pathogen/autoload/pathogen.vim
execute pathogen#infect()

About

Just my vim config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published