Hacker News new | ask | show | jobs
by siproprio 851 days ago
> neither of them [vim, emacs] have a graphical user interface, and they are completely incapable of doing things like showing images or, for example, a Markdown preview (which by the way you can open in Pulsar by pressing Ctrl+Shift+M).

You can:

- See images in neovim: https://github.com/edluffy/hologram.nvim

- preview markdown: https://github.com/iamcco/markdown-preview.nvim

- have a “graphical” user interface: https://github.com/neovide/neovide

- have a GUI written in JavaScript: https://github.com/smolck/uivonim

You can’t put electron in the terminal, though, so it seems that pulsar lacks features that neovim has, while neovim does not lack any feature that pulsar has.