diff options
author | Joe Zhao <ztuowen@gmail.com> | 2015-05-22 12:13:35 +0800 |
---|---|---|
committer | Joe Zhao <ztuowen@gmail.com> | 2015-05-22 12:13:35 +0800 |
commit | be6b85c76982c38849f5f3ac347e5494bbbbedb5 (patch) | |
tree | 0b400c3d19158b429e6819b3efd97d7d21b5bb19 | |
parent | 02df54ba5ba8eb93c22c1fc036bd2ab49d11f2ca (diff) | |
download | vim-be6b85c76982c38849f5f3ac347e5494bbbbedb5.tar.gz vim-be6b85c76982c38849f5f3ac347e5494bbbbedb5.tar.bz2 vim-be6b85c76982c38849f5f3ac347e5494bbbbedb5.zip |
airline
-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 = { |