1
0
Fork 0

Add config from linux conf

This commit is contained in:
Florian RICHER (MrDev023) 2022-04-13 21:54:22 +02:00
parent 174d913f73
commit 6ba1596291
124 changed files with 3913 additions and 2 deletions

View file

@ -0,0 +1,15 @@
local function init()
require'FTerm'.setup {
border = 'double',
dimensions = {
height = 0.8,
width = 0.8,
x = 0.5,
y = 0.5
}
}
end
return {
init = init
}