Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error executing vim.schedule lua callback: vim/shared.lua:0: s: expected string, got table #162

Open
williamlfang opened this issue Feb 23, 2025 · 2 comments

Comments

@williamlfang
Copy link

Image

Here is my config file

return {
    'neo451/feed.nvim',
    enabled = true, -- ISSUE: https://github.com/neo451/feed.nvim/issues/114
    cmd = 'Feed',
    dependencies = {
        { 'j-hui/fidget.nvim', lazy = false },
        { 'pysan3/pathlib.nvim', lazy = false },
        {
            "gregorias/coop.nvim",
        },
        { "neo451/treedoc.nvim" },
    },
    opts = {
        feeds = {
            -- These two styles both work
            "https://neovim.io/news.xml",
            -- tags given to a feed to be tagged to all its entries
            -- { "https://neovim.io/news.xml", name = "Neovim News", tags = { "tech", "news" } },
        }
    },
}
@neo451
Copy link
Owner

neo451 commented Feb 23, 2025

I have not been able to reproduce this on my end with the same config. Try:

  1. updating
  2. remove the db with rm -rf ~/.local/share/nvim/feed

@neo451
Copy link
Owner

neo451 commented Feb 23, 2025

btw you don't need any of the dependencies field now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants