Replies: 2 comments 11 replies
-
Try passing in something like the following. Check out the example on this page. If it works just make sure you are prefixing it and you should be able to find the prefixes (formatting, ui., etc) on the settings page.
|
Beta Was this translation helpful? Give feedback.
-
here reloading helix config after changing languages.toml triggers an error that says config is not a key and doesnt exists |
Beta Was this translation helpful? Give feedback.
-
I'm trying to configure
gopls
similar to how I have it configured in nvim, namely:But despite adding the following to
languages.toml
:it seems that the default behavior of gopls is unchanged. Specifically, what I want to do is:
The latter works out of the box, which is awesome. The former two, however, I personally consider to be baseline functionality. I don't want to use the
%
,:pipe goimports
strategy because (1) LSP can already handle this and (2) it crashes in some scenarios, such as when I'm trying to do it on a project that uses Bazel.Any help would be appreciated, or if there's a better way to do it, that'd be great too!
Happy to provide any other info.
Beta Was this translation helpful? Give feedback.
All reactions