NvChad / NvChad

Blazing fast Neovim config providing solid defaults and a beautiful UI, enhancing your neovim experience.

Home Page:https://nvchad.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disabling tabufline breaks <C-i> key binding

pablolagreca opened this issue · comments

Using the following config in chadrc.lua

local M = {}

M.ui = {
theme = "chadracula-evondev",
-- Disabling tabufline makes stop working
tabufline = {
enabled= false
}
}

return M

Causes to break with some ipairs error.

A clear and concise description of what the bug is.

To Reproduce

  • Update chadrc.lua with the provided config.
  • Restart neovim
  • Type

You should see an error

Expected behavior
Keybinding should work taking you to the previous visited location

Desktop (please complete the following information):

  • MacOS
  • Kitty
  • 0.9

please disable <Tab> and<S-Tab> keys