-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
How To Configure nixd
When Used as a Language Server?
#86
Comments
Hi, thanks for creating the issue. I am always happy to get feedback.
I am not actually that familiar with
This sounds like we have to somehow send the path of the configuration file to the Language Server from within the plugin. If there is no other solution to specify the configuration file, we might have to implement this as a new features within this plugin.
There have not been any specific plans about this topic, but I think it might be worth to take a closer look. If you have specific ideas or some experience about how this works on a technical level, feel free to share your thoughts here. |
nixd
nixd
When Used as a Language Server?
I think nixd recieve settins from initialize request. Its take it from one of given workspaceFolder or take directy in initializationOptions. Both approach consume this json schema i guess. |
nixd appears to have an undocumented |
The
nixd
tool, as outlined in its configuration doc supports specifying inputs from sources like flakes, nixpkgs, and others. However, it's not clear how to configure these specific inputs within the NixIdea environment.Could you provide guidance on setting up specific inputs in NixIdea? Additionally, are there any plans to enhance
nixd
integration within NixIdea to simplify this configuration?The text was updated successfully, but these errors were encountered: