11 lines
144 B
Lua
11 lines
144 B
Lua
return {
|
|
{
|
|
"kawre/neotab.nvim",
|
|
event = "InsertEnter",
|
|
opts = {
|
|
-- configuration goes here
|
|
tabkey = "",
|
|
},
|
|
},
|
|
}
|