lukas-reineke / indent-blankline.nvim

Indent guides for Neovim
MIT License
4.14k stars 102 forks source link

config not loaded do not know why #881

Closed Abdulkader-Safi closed 4 months ago

Abdulkader-Safi commented 4 months ago

Problem

this is my config

return { 
  "lukas-reineke/indent-blankline.nvim",
  event = { 
    "BufReadPre",
    "BufNewFile"
  },
  main = "ibl",
  opts = {
    indent = { char = "┊" },
  },
}

Screenshot 2024-05-18 at 10 53 41 AM

this config was working before specifically yesterday

Steps to reproduce

I removed the plugin and re-installed it try another configuration nothing works

My Config

https://github.com/Abdulkader-Safi/MyNvim2/blob/main/lua/safi/plugins/indent-blankline.lua

Neovim version (nvim -v)

v0.9.5

Abdulkader-Safi commented 4 months ago

I found that it is not working because my nvim version was 0.9.5 after upgrading to 0.10.0 it works again