diff options
Diffstat (limited to 'vim/plugrc')
-rw-r--r-- | vim/plugrc/clang_complete.rc.vim | 5 | ||||
-rw-r--r-- | vim/plugrc/vimfiler.rc.vim | 6 |
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 = '✓' |