摘要:
django configuration settings.py uwsgi configuration vim uwsgi.ini nginx configuration vim /etc/nginx/nginx.conf vim /etc/nginx/conf.d/mysite.conf 阅读全文
摘要:
``` " 1- centos if v:lang =~ "utf8$" || v:lang =~ "UTF-8$" set fileencodings=ucs-bom,utf-8,latin1 endif set nocompatible " Use Vim defaults (much better!) filetype plugin on set bs=indent,eol,s... 阅读全文
摘要:
install dependency install vim configure vim install YouCompleteMe configure YouCompleteMe add YouCompleteMe to .vimrc install jedi vim after install, 阅读全文