-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autocomplete/ Grammar not working on NixOS #6099
Comments
To get autocomplete you need to install language servers specific to your language. The grammar fetching is something you don't need to do on a packaged build. |
Of course I have the language server installed (say rust-analyzer, hx --health confirms it), autocomplete still doesn't show up |
For grammars not building because of the immutable store: #3346 Autocomplete doesn't involve the tree-sitter grammars though. What does the log file say when you are editing a project in a language like rust where you have the language server installed? https://github.com/helix-editor/helix/wiki/FAQ#access-the-log-file ( |
Ok I believe it was my wrongdoing with a cargo.toml |
I get no autocomplete at all, as I gather what i needed to do is
hx --grammar fetch
, butBecause of course in NixOS the store is read-only.
Any suggestions?
Spinning up a FHSUserEnv for this seems a little silly
Ideally I'd like helix to rely on local files only
The text was updated successfully, but these errors were encountered: