mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 03:30:36 +00:00
feat(supertab.lua): add Supertab plugin and configure it to be loaded after Absolute configuration
7 lines
111 B
Lua
7 lines
111 B
Lua
return {
|
|
"ervandew/supertab",
|
|
config = function()
|
|
require("absolute.after.supertab")
|
|
end
|
|
}
|