auto-dark-mode.nvim icon indicating copy to clipboard operation
auto-dark-mode.nvim copied to clipboard

Example doesn't work (any more?)

Open smurfix opened this issue 10 months ago • 5 comments

Hello,

    vim.api.nvim_set_option("background", "dark")

These days this statement seems to not do a lot. set background still says dark after startup.

This works, at least on my NVIM 0.7.2 (Debian Stable) installation:

    vim.wo.background='dark'

smurfix avatar Oct 05 '23 11:10 smurfix