Nvf nixd + lsp autocompletions not happening. #1111
Unanswered
argosnothing
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
(making this a QA since this is likely a me doing it wrong issue)
At my wit's end here. my nvf config should be setup correctly in my case, but I am getting nixd eval errors all over the place and it seemingly ignores any autocompletion for everything but stuff like home.packages = with pkgs; [xyz]; with or without me actually setting it under the options.
The example config ALSO does the same thing for me? So maybe im using the autocompletion wrong? but logs are saying it is actually making requests so.
Here is the critical part of the code that im trying to get to work
It seems to only be filling in based on context?
Mainly using these links to make sure i'm even doing this right:
https://github.com/NotAShelf/nvf/blob/main/modules/plugins/languages/nix.nix
https://github.com/nix-community/nixd/blob/main/nixd/docs/configuration.md
Beta Was this translation helpful? Give feedback.
All reactions