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