diff --git a/README.md b/README.md index 564146e..4617c9c 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,6 @@ Fork the repo, and then clone it to `~/.vim_go_runtime`. Once done, just run ins **NOTE:** You system's Vim configuration will NOT be changed i.e. it is safe to install. -**REQUIREMENT:** vim-go-ide uses [pathogen](https://github.com/tpope/vim-pathogen) to manage plugins. You need to have pathogen installed on your machine (see https://github.com/farazdagi/vim-go-ide/issues/12). - ### 2. Run your newly installed Vim configuration: Remember that your system's Vim config files remain untouched? During installation `.vimrc.go` is created. Let's use it: diff --git a/bin/install b/bin/install index 982aa76..63df374 100755 --- a/bin/install +++ b/bin/install @@ -3,10 +3,16 @@ INSTALL_PATH="$(cd $(dirname $0)/../ ; pwd -P )" cat > "$HOME/.vimrc.go" <