You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just want to be able to reconfigure my lspconfig based on default settings without overriding the configuration. As an example, I may have many modified fields in lspconfig for my rust-analyzer, but when I'm working on a specific repository, I just want to reset rust-analyzer configuration back to the default configuration and just change one field.
Based on the documentation, I am only allowed to override the fields of global configuration.
Is it possible to expand the usage of neoconf to cover this feature?
Thanks for your awesome work.
Describe the solution you'd like
I want to reset the pre-configured configurations per project basis and then reconfigure them in .neodev based on default configuration.
Describe alternatives you've considered
N/A
Additional context
No response
The text was updated successfully, but these errors were encountered:
Did you check the docs?
Is your feature request related to a problem? Please describe.
Hi @folke,
I just want to be able to reconfigure my lspconfig based on default settings without overriding the configuration. As an example, I may have many modified fields in lspconfig for my rust-analyzer, but when I'm working on a specific repository, I just want to reset rust-analyzer configuration back to the default configuration and just change one field.
Based on the documentation, I am only allowed to override the fields of global configuration.
Is it possible to expand the usage of neoconf to cover this feature?
Thanks for your awesome work.
Describe the solution you'd like
I want to reset the pre-configured configurations per project basis and then reconfigure them in
.neodev
based on default configuration.Describe alternatives you've considered
N/A
Additional context
No response
The text was updated successfully, but these errors were encountered: