Files
nvim/lua/plugins/editing/tabout.lua

10 lines
125 B
Lua
Raw Normal View History

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