Vim中Tab与空格缩进(2)

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

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/12565.html