Skip to content

Commit

Permalink
Added YouCompleteMe
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjs committed Aug 3, 2015
1 parent b0b7296 commit 4687fdd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -239,3 +239,6 @@
[submodule "janus/vim/tools/ctrlp-funky"]
path = janus/vim/tools/ctrlp-funky
url = https://github.com/tacahiroy/ctrlp-funky.git
[submodule "janus/vim/tools/YouCompleteMe"]
path = janus/vim/tools/YouCompleteMe
url = https://github.com/Valloric/YouCompleteMe.git
1 change: 1 addition & 0 deletions janus/vim/tools/YouCompleteMe
Submodule YouCompleteMe added at b9dd90
2 changes: 2 additions & 0 deletions janus/vim/vimrc.after
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@ nmap <leader>r :set relativenumber<CR>
nmap <leader>R :set norelativenumber<CR>
" JSHint
nmap <Leader>j :JSHint<CR>
nmap <Leader>jn :lnext<CR>
nmap <Leader>jp :lprevious<CR>

3 changes: 3 additions & 0 deletions janus/vim/vimrc.before
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@ set relativenumber
" CtrlP unky
let g:ctrlp_funky_matchtype = 'path'

" Airline
let g:airline#extensions#tabline#enabled = 1

" Disable Plugin
call janus#disable_plugin('vim-trailing-whitespace')

0 comments on commit 4687fdd

Please sign in to comment.