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

Add doc/tags to .gitignore (based on Vim 8 documentation) #75

Closed
nertzy opened this issue Feb 20, 2020 · 1 comment
Closed

Add doc/tags to .gitignore (based on Vim 8 documentation) #75

nertzy opened this issue Feb 20, 2020 · 1 comment

Comments

@nertzy
Copy link

nertzy commented Feb 20, 2020

I noticed in #32 that you rejected adding doc/tags to .gitignore, because you believe that people should use non-git-checkout directories as their plugins to Vim.

As of Vim 8, the packages-create documentation suggests that people should be able to git clone vim plugin repositories directly into their package directories.

Quote:

This allows for the user to do: 
        mkdir ~/.vim/pack/myfoobar
        cd ~/.vim/pack/myfoobar
        git clone https://github.com/you/foobar.git

I believe that this justifies adding doc/tags to .gitignore in this project. What do you think?

Thanks for maintaining this plugin!

@kana
Copy link
Owner

kana commented Feb 21, 2020

Okay, I merged this: 41a675d

@kana kana closed this as completed Feb 21, 2020
nertzy added a commit to nertzy/vim-config that referenced this issue Feb 24, 2020
This adds a .gitignore for doc/tags so that it's easier to run
`:helptags ALL` without making the submodules dirty.

See kana/vim-textobj-user#75
nertzy added a commit to nertzy/vim-config that referenced this issue Feb 24, 2020
This adds a .gitignore for doc/tags so that it's easier to run
`:helptags ALL` without making the submodules dirty.

See kana/vim-textobj-user#75
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