Update nvim conf
This commit is contained in:
parent
0ab499d32d
commit
a39d7ffe66
6 changed files with 111 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue