mirror of
https://github.com/cap153/nvim.git
synced 2026-05-02 19:58:10 +08:00
添加对字符相关插件
This commit is contained in:
parent
bbc8152ed9
commit
51ee1aebf5
18 changed files with 200 additions and 162 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue