Files
nvim/lua/plugins/tabout.lua

11 lines
144 B
Lua
Raw Normal View History

2025-10-14 19:48:29 +11:00
return {
{
"kawre/neotab.nvim",
event = "InsertEnter",
opts = {
-- configuration goes here
2025-10-14 20:51:06 +11:00
tabkey = "",
2025-10-14 19:48:29 +11:00
},
},
}