Files
nvim/nvim/lua/plugins/util/neotab.lua

8 lines
104 B
Lua

return {
"kawre/neotab.nvim",
event = "InsertEnter",
opts = {
tabkey = "",
},
}