onestatus
onestatus copied to clipboard
Cannot update config path with Lua
I'm not sure why, but I just cannot update the onestatus_config_path
in my Lua configs. For example, the following does not work:
vim.g.onestatus_config_path = vim.fn.stdpath('data')
This should set the directory to .local/share/nvim
where my onestatus.json is placed. Any ideas what might be the issue?
Hum not sure about this as I do not have a lua config.
Did placing your onestatus config in .local/share/nvim
work when you were using vanilla vimscript
?