diff options
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | bundle/airline | 0 | ||||
| -rw-r--r-- | config/neocomplete.vim | 1 | 
3 files changed, 4 insertions, 0 deletions
| diff --git a/.gitmodules b/.gitmodules index 72f95bd..e8c8382 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@  [submodule "bundle/scratch"]  	path = bundle/scratch  	url = https://github.com/mtth/scratch.vim.git +[submodule "bundle/airline"] +	path = bundle/airline +	url = https://github.com/bling/vim-airline.git diff --git a/bundle/airline b/bundle/airline new file mode 160000 +Subproject 491b3335cd20691ec2e1227faee2d04c3e176d8 diff --git a/config/neocomplete.vim b/config/neocomplete.vim index 07268cf..a7701a4 100644 --- a/config/neocomplete.vim +++ b/config/neocomplete.vim @@ -8,6 +8,7 @@ let g:neocomplete#enable_smart_case = 1  " Set minimum syntax keyword length.  let g:neocomplete#sources#syntax#min_keyword_length = 3  let g:neocomplete#lock_buffer_name_pattern = '\*ku\*' +let g:necoghc_enable_detailed_browse = 1  " Define dictionary.  let g:neocomplete#sources#dictionary#dictionaries = { | 
