Skip to content

Commit 0fec5a0

Browse files
committed
Adds a README
1 parent d160ef0 commit 0fec5a0

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Install
2+
=======
3+
4+
$ git clone [email protected]:Ferdev/vim.git ~/.vim
5+
$ ln -s ~/.vim/vimrc ~/.vimrc
6+
$ vim
7+
8+
Once vim is open, to install all plugins just type `,bi`
9+

config/vim-markdown-preview.vimrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
map md :MarkdownPreview<CR>
1+
map md :Mm<CR>

vimrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Bundle 'xolox/vim-easytags'
162162
Bundle 'roman/golden-ratio'
163163
Bundle 'AndrewRadev/splitjoin.vim'
164164
Bundle 'chrisbra/NrrwRgn'
165-
Bundle 'swaroopch/vim-markdown-preview'
165+
Bundle 'nelstrom/vim-markdown-preview'
166166
Bundle 'sjl/gundo.vim'
167167
Bundle 'ervandew/supertab'
168168
Bundle 'danro/rename.vim'

0 commit comments

Comments
 (0)