feat(#49): exposing suggestion_group in config settings #51
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "AlejandroSuero/feature/exposing-suggestion-group"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
With this changes
suggestion_groupwill be exposed to the config underconfig.colorlike:Allowing users to change it in an easier way.
https://github.com/supermaven-inc/supermaven-nvim/assets/71392160/1fc06cc3-79ce-49c3-84cd-50bb3ca49692
Closes #49.
@sm-victorw @super-jacob When discussing the behaviour on #49 about how
SupermavenSuggestionhighlight group is set. I tested out using lazy.nvim changing it fromlazy = falsetoevent = "VeryLazy"and here are the results:https://github.com/supermaven-inc/supermaven-nvim/assets/71392160/c4b1df43-2cdd-462c-a64d-b943aac4fa4a
Should I change this behaviour to create the group
SupermavenSuggestionwhen loading the plugin in this PR, or create another PR with those changes?EDIT:
Apparently @arnevm123 has created one PR solving this in #53.
@sm-victorw @super-jacob the changes will be the following:
Delete setting
SupermavenSuggestiongroup indocument_listener.luaonVimEnterand left only onColorSchemevent.And set
SupermavenSuggestiongroup ininit.luainM.setup(args)function without creating anautocmdon events.View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.