Updated non-pathogen installation instructions

This commit is contained in:
Dhruva Sagar
2013-03-19 11:29:13 +05:30
parent e6e49e8907
commit 3cf75f665e

View File

@@ -26,8 +26,10 @@ There are 2 ways to do this
$ cd ~/.vim $ cd ~/.vim
$ git submodule add git@github.com:dhruvasagar/vim-table-mode.git bundle/table-mode $ git submodule add git@github.com:dhruvasagar/vim-table-mode.git bundle/table-mode
``` ```
2. Copy table-mode.vim into ~/.vim/plugin/ (Unix) or vimfiles/plugin/ (Windows) 2. Copy autoload/todomode.vim, plugin/todo-mode.vim, doc/todo-mode.txt to
as with other plugins. respective ~/.vim/autoload/, ~/.vim/plugin and ~/.vim/doc under UNIX or
vimfiles/autoload/, vimfiles/plugin/ and vimfiles/doc under WINDOWS and
restart VIM
### Requirements ### Requirements