nvim: 移除在notice檔案引入nvim-treesitter(會造成多餘依賴gcc這類的編譯環境)
This commit is contained in:
parent
c3de2b1b43
commit
d0f954b006
@ -64,17 +64,4 @@ return {
|
|||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
|
||||||
"nvim-treesitter/nvim-treesitter",
|
|
||||||
build = ":TSUpdate",
|
|
||||||
config = function()
|
|
||||||
require("nvim-treesitter.configs").setup({
|
|
||||||
ensure_installed = { "regex" }, -- 確保安裝 regex 支援
|
|
||||||
highlight = {
|
|
||||||
enable = true, -- 啟用高亮
|
|
||||||
},
|
|
||||||
})
|
|
||||||
end,
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user