Files
nvim/lua/plugins/editing/tabout.lua
Zelong Kuang 53ec7e10b1 Update
2025-10-14 19:48:29 +11:00

10 lines
125 B
Lua

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