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

39% of this repo is vimscript, and I don't use vim #6

Closed
sinewalker opened this issue Feb 8, 2017 · 4 comments
Closed

39% of this repo is vimscript, and I don't use vim #6

sinewalker opened this issue Feb 8, 2017 · 4 comments
Labels
Milestone

Comments

@sinewalker
Copy link
Owner

sinewalker commented Feb 8, 2017

I probably want to remove it. I should review it first just in case there's anything that might make vim less horrid to use, though I doubt it.

What actually does all that stuff do to vim?

@sinewalker
Copy link
Owner Author

sinewalker commented Feb 17, 2017

init/50_vim.sh:

# Backups, swaps and undos are stored here.
mkdir -p $DOTFILES/caches/vim

# Download Vim plugins.
if [[ "$(type -P vim)" ]]; then
  vim +PlugUpgrade +PlugUpdate +qall
fi

that's pretty neat. Maybe I should install spacemacs like that? (from my dotspacemacs repo)

@sinewalker
Copy link
Owner Author

UPDATE: after importing things from my old dotfiles and other places, it's now 37.6%

@sinewalker
Copy link
Owner Author

UPDATE: now 36.9%

Maybe I'll just keep hacking in other languages and this percentage will drop to a level I don't care about any more? :)

sinewalker added a commit that referenced this issue Aug 21, 2017
I don't vim.  Never have.  This closes issue #6
@sinewalker
Copy link
Owner Author

see commit 1c72700 or broken-libs branch.

@sinewalker sinewalker added this to the 1.0-macOS milestone Aug 21, 2017
sinewalker added a commit that referenced this issue Aug 21, 2017
I don't vim.  Never have.  This closes issue #6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant