From e6176c9f5d02403659694e28fd16c7ee8f312afc Mon Sep 17 00:00:00 2001 From: xfy Date: Thu, 11 Jun 2026 23:49:40 +0800 Subject: [PATCH] =?UTF-8?q?fix(treesitter):=20=E7=A7=BB=E9=99=A4=20Neovim?= =?UTF-8?q?=20=E5=86=85=E7=BD=AE=E7=9A=84=20parser=EF=BC=8C=E9=81=BF?= =?UTF-8?q?=E5=85=8D=20Windows=20MSVC=20=E7=BC=96=E8=AF=91=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/plugins/treesitter.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index e289872..3db544b 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -21,9 +21,6 @@ local M = {} -- 如果某个 parser 未在此列表中,打开对应文件类型时仍可通过 nvim-treesitter -- 的 :TSInstall 手动安装。 local ensure_installed = { - "lua", - "vim", - "vimdoc", -- Web 前端 "javascript", "typescript", @@ -35,7 +32,6 @@ local ensure_installed = { "yaml", "kotlin", -- 后端 - "c", "rust", "toml", "go", @@ -45,8 +41,6 @@ local ensure_installed = { -- 基础设施 "dockerfile", "make", - "markdown", - "markdown_inline", "git_config", "git_rebase", "gitattributes",