add fterm
This commit is contained in:
parent
76b65bb505
commit
8a0e04ee07
3 changed files with 24 additions and 3 deletions
15
configs/nvim/lua/plugins/nvim-fterm.lua
Normal file
15
configs/nvim/lua/plugins/nvim-fterm.lua
Normal file
|
@ -0,0 +1,15 @@
|
|||
local function init()
|
||||
require('FTerm').setup {
|
||||
dimensions = {
|
||||
height = 0.8,
|
||||
width = 0.8,
|
||||
x = 0.5,
|
||||
y = 0.5
|
||||
},
|
||||
border = 'double'
|
||||
}
|
||||
end
|
||||
|
||||
return {
|
||||
init = init
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue