delete docunext/closetag.vim

This commit is contained in:
程煊 2020-01-07 23:33:32 -08:00
parent 03d63aa1ec
commit acb24f9170

2
.vimrc
View File

@ -205,7 +205,7 @@ nnoremap <leader><leader>p "+p
" 打开文件自动定位到最后编辑的位置
autocmd BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | execute "normal! g'\"" | endif
" 主题
" 主题设置
set background=dark
let g:onedark_termcolors=256
colorscheme onedark