Skip to content
New issue

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

vim-plug support? #42

Closed
roachsinai opened this issue May 13, 2019 · 6 comments · Fixed by #43
Closed

vim-plug support? #42

roachsinai opened this issue May 13, 2019 · 6 comments · Fixed by #43

Comments

@roachsinai
Copy link

Hi, is there a plan for vim-plug support? Or how to let it work with vim-plug?

@jubnzv
Copy link
Contributor

jubnzv commented May 13, 2019

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.

@roachsinai
Copy link
Author

I used Plug 'wlangstroth/vim-racket', but nothing changed. I have to copy each directory like ftplugin, indent to ~/.vim to let it work.

@jubnzv
Copy link
Contributor

jubnzv commented May 14, 2019

I used Plug 'wlangstroth/vim-racket', but nothing changed. I have to copy each directory like ftplugin, indent to ~/.vim to let it work.

This issue is not related to vim-racket. Make sure that you install vim-plug correctly.

@roachsinai
Copy link
Author

roachsinai commented May 22, 2019

It seem's I have to change

au BufRead,BufNewFile *.rkt,*.rktl setf racket

to

au BufRead,BufNewFile *.rkt,*.rktl set filetype=racket

at

au BufRead,BufNewFile *.rkt,*.rktl setf racket

@jubnzv
Copy link
Contributor

jubnzv commented May 22, 2019

Oh, sure, there is bug in last commit: #40 (comment). I completely forgot about it, I'm sorry.

I just created PR that will fix it.

@roachsinai
Copy link
Author

Got it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants