Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Autocomlete, installation script
  • Loading branch information
tao committed Feb 20, 2019
1 parent 71a9cc8 commit ceb2017
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
@@ -0,0 +1,2 @@
git submodule update
echo "runtime vimrc" > ~/.vimrc
2 changes: 2 additions & 0 deletions vimrc
Expand Up @@ -2,6 +2,8 @@ execute pathogen#infect()
syntax on
filetype plugin indent on

" Enablers
set omnifunc=syntaxcomplete#Complete

" NERDTree Hotkey
map <C-n> :NERDTreeToggle<CR>
Expand Down

0 comments on commit ceb2017

Please sign in to comment.