summaryrefslogtreecommitdiffstats
path: root/vim/plugrc
diff options
context:
space:
mode:
authoryushyin <yushyin@saga>2015-09-05 02:52:22 +0200
committeryushyin <yushyin@saga>2015-09-05 02:58:34 +0200
commitcf8590b8ef7a82a4477b18d4565c915f213937e4 (patch)
tree42914cdff9db11d0ddfaf55532d818c63525e80f /vim/plugrc
parent6480a7896ce6c974b4415ffd3f14f681632108f7 (diff)
downloaddotfiles-cf8590b8ef7a82a4477b18d4565c915f213937e4.tar.gz
dotfiles-cf8590b8ef7a82a4477b18d4565c915f213937e4.tar.xz
Vim: Set several neobundle hooks for plugins
Diffstat (limited to 'vim/plugrc')
-rw-r--r--vim/plugrc/clang_complete.rc.vim5
-rw-r--r--vim/plugrc/vimfiler.rc.vim6
2 files changed, 11 insertions, 0 deletions
diff --git a/vim/plugrc/clang_complete.rc.vim b/vim/plugrc/clang_complete.rc.vim
new file mode 100644
index 0000000..ef25e8d
--- /dev/null
+++ b/vim/plugrc/clang_complete.rc.vim
@@ -0,0 +1,5 @@
+let g:clang_auto_select = 1
+let g:clang_snippets = 1
+let g:clang_snippets_engine = 'ultisnips'
+let g:clang_complete_macros = 1
+let g:clang_complete_patterns = 1
diff --git a/vim/plugrc/vimfiler.rc.vim b/vim/plugrc/vimfiler.rc.vim
new file mode 100644
index 0000000..3c80c47
--- /dev/null
+++ b/vim/plugrc/vimfiler.rc.vim
@@ -0,0 +1,6 @@
+let g:vimfiler_as_default_explorer = 1
+let g:vimfiler_tree_indentation = 1
+let g:vimfiler_tree_opened_icon = "▼"
+let g:vimfiler_tree_closed_icon = "▷"
+let g:vimfiler_readonly_file_icon = "⭤"
+let g:vimfiler_marked_file_icon = '✓'