Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Error opening nvim without a file #31

Closed
markwellis opened this issue Oct 26, 2021 · 1 comment
Closed

Error opening nvim without a file #31

markwellis opened this issue Oct 26, 2021 · 1 comment

Comments

@markwellis
Copy link

Problem

Opening nvim without a file results in this error

packer.nvim: Error running config for spellsitter.nvim: ...e/pack/packer/start/spellsitter.nvim/lua/spellsitter.lua:13: attempt to index local 'query' (a nil value)

It's this commit
d4c01de

Config

require('packer').startup(function()
    use {
        "lewis6991/spellsitter.nvim",
        commit = "d4c01de9",
        requires = {
            {"nvim-treesitter/nvim-treesitter"}
        },
        config = function()
            require('spellsitter').setup {}
        end
    }
end)

Command to replicate

nvim

@markwellis
Copy link
Author

wow very quick, thanks very much! 👍

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

No branches or pull requests

1 participant