三个文件扔进相关的目录即可

wget -O /usr/share/vim/vimfiles/doc/dockerfile.txt https://raw.githubusercontent.com/alonghub/Docker/master/Resource/dockerfile.txt
wget -O /usr/share/vim/vimfiles/ftdetect/dockerfile.vim https://raw.githubusercontent.com/alonghub/Docker/master/Resource/dockerfile2.vim
wget -O /usr/share/vim/vimfiles/syntax/dockerfile.vim https://raw.githubusercontent.com/alonghub/Docker/master/Resource/dockerfile3.vim

Dockerfile构建容器---语法高亮

 

相关文章:

  • 2021-10-05
  • 2022-12-23
  • 2021-05-16
  • 2021-08-14
  • 2021-09-08
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-03-04
  • 2021-08-31
  • 2022-12-23
  • 2021-10-08
  • 2021-09-22
  • 2021-12-22
相关资源
相似解决方案