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

How to install xptemplate ? #87

Open
mehant-kr opened this issue Feb 1, 2019 · 5 comments
Open

How to install xptemplate ? #87

mehant-kr opened this issue Feb 1, 2019 · 5 comments

Comments

@mehant-kr
Copy link

mehant-kr commented Feb 1, 2019

It's difficult to install xptemplate ? There's only two lines written about it. Why it's not in vundle?

@mehant-kr mehant-kr changed the title It's difficult to install xptemplate ? There's only two lines written about it. Why it's not in vundle? How to install xptemplate ? Feb 1, 2019
@drmingdrmer
Copy link
Owner

The install process is just copying the code into .vim/ that's it.

Have you tried the trouble shooting steps to locate what is not going on?
https://github.com/drmingdrmer/xptemplate#trouble-shooting-why-not-work

@kompleksanda
Copy link

You can do a very clean install by yourself by downloading the repository into a folder containing all the folders i.e plugin, syntax folder at the next level of opening it.

That is, let's say you downloaded it into the folder called "XPT".
The structure should look like this
XPT
plugins
syntax
...

Now go to your vimrc and add the path to the "XPT" folder.
By including the following line:

set rtp+=<path_to_the_folder>

In my own case, my "XPT" folder is in vimfiles folder on windows. So the line will be

set rtp+=~/vimfiles/XPT

The advantage of this method is it keeps the files related to XPTEMPLATE in one folder and can easily be uninstalled or upgraded.

@drmingdrmer
Copy link
Owner

The information you provided did help at all.

Your steps seems correct. But I do not know which step failed to apply.
Please follow the trouble shooting link I gave you to collection enough information, or I do not know what actually happened there in your VIM.

@mehant-kr
Copy link
Author

@drmingdrmer I got. It's working now. Thanks

@drmingdrmer
Copy link
Owner

Glad to hear that:)

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

3 participants