-- if true then return {} end -- Customize Treesitter ---@type LazySpec return { "nvim-treesitter/nvim-treesitter", opts = { ensure_installed = { "lua", "vim", "markdown", -- add more arguments for adding more treesitter parsers "selinux", }, highlight = { enable = true, }, }, }