This commit is contained in:
Zelong Kuang
2025-10-14 20:51:06 +11:00
parent 53ec7e10b1
commit 68da8f5a24
6 changed files with 78 additions and 143 deletions

10
lua/plugins/tabout.lua Normal file
View File

@@ -0,0 +1,10 @@
return {
{
"kawre/neotab.nvim",
event = "InsertEnter",
opts = {
-- configuration goes here
tabkey = "",
},
},
}