11 lines
133 B
Lua
11 lines
133 B
Lua
local M = { "ssnailed/taolf" }
|
|
|
|
M.event = "VeryLazy"
|
|
|
|
M.cmd = { "Lf" }
|
|
|
|
M.depends = { "toggleterm.nvim" }
|
|
|
|
M.config = true
|
|
|
|
return M
|