mirror of https://github.com/LazyVim/starter
6 lines
72 B
Lua
6 lines
72 B
Lua
|
local M = {}
|
||
|
|
||
|
M.alternate_file = require("mj.alternate_file")
|
||
|
|
||
|
return M
|