config: QQdock size horizontal=10 vertical=40

This commit is contained in:
QQ 2026-06-11 20:00:10 +08:00
parent 93650204df
commit a210f5e43f
1 changed files with 6 additions and 0 deletions

View File

@ -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 } },