Live data from Hacker News

Show HN: A Vim distribution inspired by Spacemacs

vim.liuchengxu.org

1–10 of 51 posts

Re: Show HN: A Vim distribution inspired by Spacemacs

#3
Interesting. If there is a workable org-mode replacement that gets org-agenda I would consider switching away from Emacs to Vim or Neovim. I'm sick of using such slow and crash prone software. (Emacs is much better on Linux. I would love to use Linux as my daily driver but it's just not an option.) Since I've switched to Spacemacs it wouldn't be hard to port my small tweaks to recreate my personal preferences. But I really can't give up org-mode!

Re: Show HN: A Vim distribution inspired by Spacemacs

#4

There's another distribution of Vim which also claims to be inspired by Spacemacs and is called SpaceVim (not space-vim as in this case). Homepage: http://spacevim.org/ Hacker News discussion: https://news.ycombinator.com/item?id=13315845

Thanks for the pointer. I do have seen that before. But I think it's not difficult to see the difference. First of all, they are maintained by different people with a distinct goal. SpaceVim is aiming to serve a counterpart to spacemacs, which more suitable for pure vimmers, I guess. However, space-vim is intended for switching between spacemacs and vim painlessly. I'm both a vimmer and spacemacs user, and I really like the interface and philosophy from spacemacs.

Re: Show HN: A Vim distribution inspired by Spacemacs

#6
post #3

Interesting. If there is a workable org-mode replacement that gets org-agenda I would consider switching away from Emacs to Vim or Neovim. I'm sick of using such slow and crash prone software. (Emacs is much better on Linux. I would love to use Linux as my daily driver but it's just not an option.) Since I've switched to Spacemacs it wouldn't be hard to port my small tweaks to recreate my personal preferences. But I…

Yep, I often use spacemacs to write org and LaTeX. But sometimes I still love coding with vim and tmux in terminal :).

Re: Show HN: A Vim distribution inspired by Spacemacs

#7
In general, I think people really sell themselves short by using an editor "distribution." It's a "teach a man to fish" situation. The whole point of being able to configure Emacs or Vim is so that each person can make it into the tool he or she wants it to be.

That's sort of why I recommend Vim as an IDE[1] to people. It teaches people how to configure Vim for themselves, so they can better understand how the pieces come together.

[1]: https://github.com/jez/vim-as-an-ide

Re: Show HN: A Vim distribution inspired by Spacemacs

#8

In general, I think people really sell themselves short by using an editor "distribution." It's a "teach a man to fish" situation. The whole point of being able to configure Emacs or Vim is so that each person can make it into the tool he or she wants it to be. That's sort of why I recommend Vim as an IDE[1] to people. It teaches people how to configure Vim for themselves, so they can better understand how the pieces…

Logged in to say thanks for the link.

If I may suggest - have you considered adding it to the Awesome List either at:

https://github.com/sindresorhus/awesome OR https://github.com/mhinz/vim-galore ?

Re: Show HN: A Vim distribution inspired by Spacemacs

#9

In general, I think people really sell themselves short by using an editor "distribution." It's a "teach a man to fish" situation. The whole point of being able to configure Emacs or Vim is so that each person can make it into the tool he or she wants it to be. That's sort of why I recommend Vim as an IDE[1] to people. It teaches people how to configure Vim for themselves, so they can better understand how the pieces…

I echo this sentiment. I was never able to truly get productive with vin until I started with a vanilla configuration and added features as I needed them. Once I did that it fit like a glove.

Re: Show HN: A Vim distribution inspired by Spacemacs

#10

In general, I think people really sell themselves short by using an editor "distribution." It's a "teach a man to fish" situation. The whole point of being able to configure Emacs or Vim is so that each person can make it into the tool he or she wants it to be. That's sort of why I recommend Vim as an IDE[1] to people. It teaches people how to configure Vim for themselves, so they can better understand how the pieces…

One of the reasons I like vim is that I can find vim or vi almost anywhere I need to work, but I try not to configure it too much (and lose out on what people say is one of the greatest advantages) BECAUSE I work on so many servers... is there a solution other than "carry your config and plugins everywhere?"
Post reply on HN