1
0
Fork 0
dotfiles/.config/nvim/lua/plugins/misc/taolf.lua
2024-03-06 18:29:50 +01:00

13 lines
152 B
Lua

local M = { "ssnailed/taolf" }
M.dev = true
M.event = "VeryLazy"
M.cmd = { "Lf" }
M.dependencies = { "toggleterm.nvim" }
M.config = true
return M