Sublime Text
Credits
- https://github.com/tmphey
- @nymeron#8182
This guide assumes that you've completed the steps described in Prerequisites.
- If you're using
nix-shell, make sure you can launch the editor from the command line so it inherits your$PATH. Follow the instructions here. - Install LSP: Open the command palette and run
Package Control: Install Package, then selectLSP. - Open LSP settings:
Preferences -> Package Settings -> LSP -> Settingsand add this - Close the editor and re-open it in the project folder
Note: if you're using
nix-shell, make sure to run it first.
If everything is fine you should get auto-completion and other features working 🎉