We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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()
The text was updated successfully, but these errors were encountered:
I think I fixed that problem. try my fork. Best regards
Sorry, something went wrong.
did you run :PlugInstall?
:PlugInstall
No branches or pull requests
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()
The text was updated successfully, but these errors were encountered: