.vimrc

" 行号 < set number >
set nu

" tab为4个空格  <tabsize>
set ts=4

" 代码缩进量 <shiftwidth>
set sw=4

" 编码为utf8
set encoding=utf8

" 默认文件编码为utf8
set fileencoding=utf8

" 不换行显示,强制一行显示
set nowrap

" 自动缩进 <autoindent>
set ai

" 自动匹配缩进 smartindent
set si

" 高亮搜索结果
set hls

" 高亮当前行
set cul

" 语法高亮
syntax on

" 背景
set background=dark

" 主题
colorscheme malokai

" ------------------- 以下配置需要插件 ----------------------------"
let g:NERDTreeDirArrowExpandable = 'â–¸'
let g:NERDTreeDirArrowCollapsible = 'â–¾'

autocmd StdinReadPre * let s:std_in=1
autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | NERDTree | endif

autocmd StdinReadPre * let s:std_in=1
autocmd VimEnter * if argc() == 1 && isdirectory(argv()[0]) && !exists("s:std_in") | exe 'NERDTree' argv()[0] | wincmd p | ene | exe 'cd '.argv()[0] | endif

autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTree") && b:NERDTree.isTabTree()) | q | endif


set nocompatible

map <C-n> :NERDTree<CR>

set rtp+=~/.vim/bundle/Vundle.vim

call vundle#begin()
Plugin 'https://github.com/kien/ctrlp.vim.git'
Plugin 'https://github.com/scrooloose/nerdtree.git'
Plugin 'https://github.com/aperezdc/vim-template.git'
call vundle#end()
filetype plugin indent on
  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值