←back to thread

Microsoft Edit

(github.com)
486 points ethanpil | 1 comments | | HN request time: 0.239s | 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. legends2k ◴[] No.44379479[source]
Huge +1, same for me, but with GNU Emacs instead of neovim but can completely appreciate the philosophy.