filetype plugin indent on " required! /** vimrc文件配置结束 **/
set completeopt=longest,menu
"
" NERDTree config
map nd :NERDTree
map nc :NERDTreeClose
let g:NERDTreeDirArrows = 1
let g:NERDTreeDirArrowExpandable = '▸'
let g:NERDTreeDirArrowCollapsible = '▾'
map <F2> :NERDTreeToggle<CR>
autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTreeType == "primary") | q | endif
" " /** vundle命令 **/
"
" " Brief help
"
" " :BundleList - list configured bundles
"
" " :BundleInstall(!) - install(update) bundles
"
" " :BundleSearch(!) foo - search(or refresh cache first) for foo
"
" " :BundleClean(!) - confirm(or auto-approve) removal of unused bundles
"
" "
"
" " see :h vundle for more details or wiki for FAQ
"
" " NOTE: comments after Bundle command are not allowed..
Linux公社的RSS地址:https://www.linuxidc.com/rssFeed.aspx