Add config from linux conf
This commit is contained in:
parent
174d913f73
commit
6ba1596291
124 changed files with 3913 additions and 2 deletions
15
dot_config/nvim/lua/plugins/nvim-fterm.lua
Normal file
15
dot_config/nvim/lua/plugins/nvim-fterm.lua
Normal 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue