Closed roachsinai closed 5 years ago
What do you mean? For me it works with following configuration:
Plug 'https://github.com/wlangstroth/vim-racket'
Add this line to vim-plug initialization (see documentation) in your configuration file and use :PlugInstall
to install vim-racket.
I used Plug 'wlangstroth/vim-racket'
, but nothing changed. I have to copy each directory like ftplugin, indent
to ~/.vim
to let it work.
I used
Plug 'wlangstroth/vim-racket'
, but nothing changed. I have to copy each directory likeftplugin, indent
to~/.vim
to let it work.
This issue is not related to vim-racket. Make sure that you install vim-plug correctly.
It seem's I have to change
au BufRead,BufNewFile *.rkt,*.rktl setf racket
to
au BufRead,BufNewFile *.rkt,*.rktl set filetype=racket
Oh, sure, there is bug in last commit: https://github.com/wlangstroth/vim-racket/pull/40#issuecomment-479394569. I completely forgot about it, I'm sorry.
I just created PR that will fix it.
Got it.
Hi, is there a plan for vim-plug support? Or how to let it work with vim-plug?