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