nvim-todoist.lua
nvim-todoist.lua copied to clipboard
Todoist retired providing API
I tried to use this plugin, but it shows an error message below.
...ker/start/nvim-todoist.lua/lua/nvim-todoist/lib/json.lua:185: unexpected character 'G' at line 1 col 1
and the json returend by todoist in api.lua (line 16) is dumped like below.
{ [1] = Gone,}
Todoist said they retired providing API. So, this plugin does not work anymore, right?