标签: vim emmet
这是我的vim配置。
cat .vimrc filetype plugin indent on let g:user_emmet_install_global = 0 autocmd FileType html,css,php EmmetInstall
html:5
vim test.php可以扩展为完整的格式 在使用html:5进行编辑时,为什么sudo vim /var/www/html/test.ph无法扩展为完整的格式?
vim test.php
sudo vim /var/www/html/test.ph