您的位置:首页 > 其它

Vim 配置

2016-05-09 00:00 162 查看
set smartindent

set smarttab

set backspace=2

set foldmethod=indent

set foldlevel=99

set expandtab

set tabstop=2

set softtabstop=2

set shiftwidth=2

set nu

set hls

map <c-j> <c-w>j

map <c-k> <c-w>k

map <c-l> <c-w>l

map <c-h> <c-w>h

syntax on

filetype on

filetype plugin indent on

augroup filetype

autocmd! BufRead,BufNewFile BUILD set filetype=blade

augroup end
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: