Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I'm finding it hard to get to something on the website that tells me exactly what this is?


Looks like Spacemacs [1], but for vim. Spacemacs has a more thorough "what is this."

Emacs is best thought of as a lisp virtual machine that happens to edit text. Vim is a hell of a text editor that happens to have a Turing complete scripting language. Spacemacs gives emacs a good text editor, while it looks like Spacevim is attempting to make extending vim easier.

The future of emacs and vim as platforms is interesting. Perhaps, at least for developer tools, we'll see more projects using these cross platform text editors as platforms for text based user interfaces in a revolt against electron.

[1] https://www.spacemacs.org


> we'll see more projects using these cross platform text editors as platforms for text based user interfaces in a revolt against electron.

Wow, I did not anticipate this comment ending this way.


I don't like the trend of Electron being used anywhere but I've really struggled to match my productive in VS Code in Vim or Spacemacs. I've certainly tried! I even spent a month or two last year using exclusively OpenBSD and nvi as a bit of an experiment - I did enjoy how quick my text editor opened for example, but I am still a lot more productive in Code. Any suggestions for someone wanting to learn without their productivity taking a dive? Maybe finding a Vim plugin for my existing editor and learning there before switching to "real" vim... I'm not sure.


For spacemacs, I'd recommend you try it again in Holy mode with Ivy. Then slowly customize some of it to add some features and key bindings to your liking that make you more productive.

Emacs really clicks if you are someone whose going to learn your way around Emacs lisp and customize things to what works best for your style.

And make sure you use the develop branch.

Once you've groked that, you can slowly try to switch to Evil bindings, and explore if you enjoy modal editing or simply get some inspiration from the Vim editing commands and style.


I like your explanation of emacs and vim. Btw, neovim natively talks async using msgpack meaning plugins can be written in any language (with glue in vimscript)


"revolt against electron" who even uses that hippy shit ?

vim for life and after

   .-=-. 
  /  +  \
  | ~~~ |
  | :wq!|
  |_____|


As a vim user, please don't give the rest of us a bad name ;). You're sounding like a hippy :)


I use SpaceVim for everything! In a nutshell, its a "shared" configuration for vim (neovim really imho), as well as an extensable framework for adding new functionality.

For example, its nice to have to have plugins offer similiar functionality on similiar key combos. Have a shared configuration allows for once idealogy to take hold. The Spacebad + mnemonics approach of Spacemacs + Spacevim is a really good base to build on.


The one thing I can't leave Spacemacs/Doom for is Org Mode. I have everything there now. Is it even feasible for Org Mode layer in Spacevim?


Generally speaking, Org Mode is the only thing that's really missing in Vim in comparison I think. I've been using Vim Wiki but have been told it's not really comparable.


Put it the other way, what's the one thing that would be better if you did move to Vim?

Or in another way as well, what about Spacemacs/Doom would make you want to move away from it?


Performance and removing the Emacs keybinding layer that I think complicates the way I use the tool. But mostly performance.


The homepage:

>SpaceVim - Modern Vim distribution SpaceVim is a distribution of the Vim editor that’s inspired by spacemacs. It manages collections of plugins in layers, which help collecting related packages together to provide features. For example, the python layer collects deoplete.nvim, neomake and jedi-vim together to provide autocompletion, syntax checking, and documentation lookup. This approach helps keeping configuration organized and reduces overhead for the user by keeping them from having to think about what packages to install.


The "About" link at the top.


Seems like a convention of standard set of plugins and configuration.

I am very interested, seems like it has good defaults for having an IDE-like experience on vim but was not able to find a nice video tutorial explaining it.

Definitely gonna try it later.


Seems like an opposite of spacemacs - thus vim with emacs key bindings?


I believe it’s just Vim with lots of plugins and sane defaults


yeah,but it manages plugins via layer. and the layers are disabled by default.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: