Dockerfile.vim icon indicating copy to clipboard operation
Dockerfile.vim copied to clipboard

why it dosen't work? none dockfile style shows

Open nTnZone opened this issue 4 years ago • 2 comments

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()

nTnZone avatar Jan 25 '21 08:01 nTnZone

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

carand avatar Apr 04 '21 22:04 carand

did you run :PlugInstall?

tommyjcarpenter avatar Jul 20 '21 10:07 tommyjcarpenter