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

Install notes #1

Open
grammoboy2 opened this issue May 14, 2020 · 3 comments
Open

Install notes #1

grammoboy2 opened this issue May 14, 2020 · 3 comments

Comments

@grammoboy2
Copy link

Thx for your work.
Could you provide a description how to install the plugin exactly?

@jisaacstone
Copy link
Collaborator

It depends on the bundling I think? I use spacevim but I know there is vundle and pathogen and vim8 has a native package manager as well I think? I can't add instructions for each one since I don't have or use any others. If you tell me which you are using I can try and get an env with that running and test the install

@grammoboy2
Copy link
Author

grammoboy2 commented May 30, 2020 via email

@jisaacstone
Copy link
Collaborator

OK sorry for the delay. I just spun up a fresh vm to test the vim8 package manager and it works like this: make a directory with the structure ~/.vim/pack/WHATEVER/start/ and clone the repo in there. That's all there is to it

here is what I did

mkdir ~/.vim/pack/my-packages/start/
cd ~/.vim/pack/my-packages/start/
git clone https://github.com/sfztools/sfz.vim.git

boom! syntax highlighting and filetype=sfz

Try that and if it works I'll add it to the readme

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

No branches or pull requests

2 participants