folke / zen-mode.nvim

🧘 Distraction-free coding for Neovim
Apache License 2.0
1.68k stars 47 forks source link

Update set_option calls to use the recommended APIs #109

Open neilvyas opened 9 months ago

neilvyas commented 9 months ago

I was having an issue where fillchars would be overriden when I exited zenmode. It turns out that this was actually an issue in another plugin---I had ZenMode change colorschemes with a hook, and actually that set an option in an unsafe way---but I assumed that ZenMode was the source of the problem and wound up writing this code before tracing the source it to the other plugin, so I figured that I might as well upstream it.

github-actions[bot] commented 3 months ago

This PR is stale because it has been open 60 days with no activity.