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

You can still leverage the power of low level editors, just like helix does, and still have access to important things that so not require pages upon pages of configuration and plugin stitching to just get up and running in most projects you want vim or emacs like editing capabilities.

Helix is different from Lunar in the sense that the features it comes with are part of the core editor and the editor still feeling like an editor



I counted the number of config lines it takes in Emacs to get LSP fo Python:

Maybe 2 lines, if you otherwise would not use company-mode.

1 line requiring lsp-mode.

1 line setting lsp diagnostics provider.

1 line adding lsp mode to python-mode-hook.

2 lines enabling the linter (if you want that) (I use flake8).

2 lines for setting an additional shortcut.

23 completely optional lines for marking some variables from .dir-locals as accepted/safe.

1 optional line for changing the color of the breadcrumbs header line.

Approximately 2/3 of a page, including all optional config I have.




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

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

Search: