vim设置

Posted on 2014-03-01 22:15  NooBkey  阅读(153)  评论(0编辑  收藏  举报

.vimrc
/root/.vim/template/python
=======

:set ts=4
:set noexpandtab
:%retab!

if filereadable("/root/.vim/template/python")
     autocmd BufNewFile *.py 0 read /root/.vim/template/python
endif

Copyright © 2024 NooBkey
Powered by .NET 8.0 on Kubernetes