添加对字符相关插件

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

@ -2,7 +2,6 @@ if vim.g.vscode then return end
local P = {
name = "nvim-treesitter",
module = "nvim-treesitter",
build_cmd = ":TSUpdate",
}