Changed order of compilers fro treesitter
This commit is contained in:
@@ -4,7 +4,14 @@ return {
|
||||
build = ":TSUpdate",
|
||||
config = function()
|
||||
vim.cmd("TSUpdate")
|
||||
require("nvim-treesitter.install").compilers = { "zig", "g++", "gcc", "cc", "cl", "clang" }
|
||||
require("nvim-treesitter.install").compilers = {
|
||||
"zig",
|
||||
"gcc",
|
||||
"cc",
|
||||
"cl",
|
||||
"clang",
|
||||
"g++",
|
||||
}
|
||||
require("nvim-treesitter.configs").setup({
|
||||
highlight = { enable = true },
|
||||
ensure_installed = {
|
||||
|
||||
Reference in New Issue
Block a user