Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi!
I wonder what's the proper way to execute some code after
setup
without usingconfig
. For example I want to set a colorscheme. Right now this works:But I want to get rid of
config
as per current docs. So how can I use onlyopts
instead?Same question arises while configuring
telescope
withrequire("telescope").load_extension("fzf")
.Thanks.
Beta Was this translation helpful? Give feedback.
All reactions