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

Installation problem (attempt to index a boolean value) #148

Open
JaimePalM opened this issue Oct 8, 2024 · 0 comments
Open

Installation problem (attempt to index a boolean value) #148

JaimePalM opened this issue Oct 8, 2024 · 0 comments

Comments

@JaimePalM
Copy link

I have been trying to install this plugin several times with lazy.nvim but I don't know how to fix this error. It appears even with the simplest installation:

  {
    "shellRaining/hlchunk.nvim",
    event = { "BufReadPre", "BufNewFile" },
    config = function()
      require("hlchunk").setup({})
    end
  }

Here is the error message:

Failed to run `config` for hlchunk.nvim

~/.config/nvim/lua/plugins.lua:138: attempt to index a boolean value   

# stacktrace: 
  - lua/plugins.lua:138 _in_ **config**  

Thanks in advance!!

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

1 participant