config: QQdock size horizontal=10 vertical=40
This commit is contained in:
parent
93650204df
commit
a210f5e43f
|
|
@ -13,6 +13,12 @@ return {
|
||||||
url = 'https://git.qyhhh.top/newbie/QQdock.nvim.git',
|
url = 'https://git.qyhhh.top/newbie/QQdock.nvim.git',
|
||||||
dependencies = { 'akinsho/toggleterm.nvim' },
|
dependencies = { 'akinsho/toggleterm.nvim' },
|
||||||
config = function()
|
config = function()
|
||||||
|
require('QQdock').setup({
|
||||||
|
size = {
|
||||||
|
horizontal = 10, -- 竖屏下方终端高度
|
||||||
|
vertical = 40, -- 横屏右侧终端宽度
|
||||||
|
},
|
||||||
|
})
|
||||||
local Q = require('QQdock')
|
local Q = require('QQdock')
|
||||||
G.map({
|
G.map({
|
||||||
{ 'n', '<c-t>', Q.shell, { noremap = true } },
|
{ 'n', '<c-t>', Q.shell, { noremap = true } },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue