Some checks are pending
Check Lua Formatting in MyRepo / Stylua Check (push) Waiting to run
11 lines
210 B
Lua
Executable file
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,
|
|
},
|
|
}
|