Ensure that better compiler is used

This commit is contained in:
2024-06-29 17:08:06 +09:00
parent 75574e86bc
commit 00f7d80347
+1
View File
@@ -4,6 +4,7 @@ return {
build = ":TSUpdate",
config = function()
vim.cmd("TSUpdate")
require("nvim-treesitter.install").compilers = { "zig", "gcc", "cc", "cl", "clang" }
require("nvim-treesitter.configs").setup({
highlight = { enable = true }
})