←back to thread

Microsoft Edit

(github.com)
486 points ethanpil | 1 comments | | HN request time: 0.204s | source
Show context
xyst ◴[] No.44373275[source]
It will take more than nostalgia and rust to tear me away from my neovim setup that has been built up/improved on over the years. Lsp, dap, autocompletion, aliases and bindings for each programming languages. Lazily loaded of course so it’s still snappy.

Manage configuration, and external dependencies such as lsps with nix.

Then have separate nix shells for each project to load tooling and other dependencies in an isolated/repeatable session. Add in direnv to make it more seamless development experience.

replies(3): >>44373484 #>>44379479 #>>44388003 #
1. pmarreck ◴[] No.44388003[source]
Sell me on Neovim.

It blipped on my radar recently when I did a sidequest into LuaJIT.

Also, just made a PR to add Nix flake support to Edit:

https://github.com/microsoft/edit/pull/534