ekalinin / Dockerfile.vim

Vim syntax file & snippets for Docker's Dockerfile
MIT License
702 stars 80 forks source link

why it dosen't work? none dockfile style shows #70

Open nTnZone opened 3 years ago

nTnZone commented 3 years ago

ubuntu 18.04,installed vim plug,and below is my .vimrc file configuration: syntax enable colorscheme molokai call plug#begin('~/.vim/plugged')

"install vim-plug on your vimrc Plug 'ekalinin/Dockerfile.vim'

call plug#end()

carand commented 3 years ago

I think I fixed that problem. try my fork. Best regards

tommyjcarpenter commented 3 years ago

did you run :PlugInstall?