添加对字符相关插件

This commit is contained in:
caprain 2026-04-13 16:33:11 +08:00
parent bbc8152ed9
commit 51ee1aebf5
18 changed files with 200 additions and 162 deletions

View file

@ -3,13 +3,12 @@ if vim.g.vscode then return end
local P = {
name = "tv.nvim", -- 仓库名
module = "tv", -- require模块名
}
local function load_plugin()
PackUtils.load(P, function(plugin)
local h = plugin.handlers
plugin.setup({
PackUtils.load(P, function()
local h = require("tv").handlers
require("tv").setup({
channels = {
["git-files"] = {
handlers = {