nvim/lua/custom/plugins/terminal.lua
Jeremie Fraeys 02e26b00b7
Some checks are pending
Check Lua Formatting in MyRepo / Stylua Check (push) Waiting to run
chore(nvim): reinitialize with working config
2026-02-07 21:06:45 -05:00

11 lines
210 B
Lua
Executable file

return {
{
'floaterminal',
dir = vim.fn.stdpath('config') .. '/lua/plugins',
config = function()
require('plugins.floaterminal').setup({
title = 'Terminal',
})
end,
},
}