mirror of
https://github.com/fergalmoran/vimfiles.git
synced 2026-02-18 05:46:54 +00:00
Update README
This commit is contained in:
7
README
7
README
@@ -7,13 +7,14 @@ ln -s ~/.vim/.vimrc .vimrc
|
||||
cd .vim
|
||||
git submodule init
|
||||
git submodule update
|
||||
apt-get install exuberant-ctags build-essential cmake python-dev
|
||||
cd ~/.vim/bundle/YouCompleteMe
|
||||
./install.sh --clang-completer
|
||||
|
||||
vim
|
||||
:BundleInstall
|
||||
|
||||
apt-get install exuberant-ctags build-essential cmake python-dev
|
||||
cd ~/.vim/bundle/YouCompleteMe
|
||||
./install.sh --clang-completer
|
||||
|
||||
cd ~./bundle/tern_for_vim
|
||||
npm install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user