1
0
Fork 0

Update nvim conf

This commit is contained in:
Florian RICHER (MrDev023) 2021-11-18 22:25:17 +01:00
parent 0ab499d32d
commit a39d7ffe66
6 changed files with 111 additions and 5 deletions

View file

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