Files
nvim/lua/plugins/tabout.lua
Zelong Kuang 68da8f5a24 Update
2025-10-14 20:51:06 +11:00

11 lines
144 B
Lua

return {
{
"kawre/neotab.nvim",
event = "InsertEnter",
opts = {
-- configuration goes here
tabkey = "",
},
},
}