mirror of
https://github.com/cap153/nvim.git
synced 2026-01-08 04:07:35 +08:00
更新blink.cmp命令行相关配置
This commit is contained in:
parent
5528ddf7d2
commit
1a430bf24b
11 changed files with 161 additions and 235 deletions
16
lua/lazy/plugins/kittyscroll.lua
Normal file
16
lua/lazy/plugins/kittyscroll.lua
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
return {
|
||||
"mikesmithgh/kitty-scrollback.nvim",
|
||||
enabled = true,
|
||||
lazy = true,
|
||||
cmd = {
|
||||
"KittyScrollbackGenerateKittens",
|
||||
"KittyScrollbackCheckHealth",
|
||||
"KittyScrollbackGenerateCommandLineEditing",
|
||||
},
|
||||
event = { "User KittyScrollbackLaunch" },
|
||||
-- version = '*', -- latest stable version, may have breaking changes if major version changed
|
||||
-- version = '^6.0.0', -- pin major version, include fixes and features that do not have breaking changes
|
||||
config = function()
|
||||
require("kitty-scrollback").setup()
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue