trixy/lua/plugins/treesitter.lua

4 lines
349 B
Lua

-- :fennel:1721474653
local configs = require("nvim-treesitter.configs")
configs.setup({ensure_installed = {"c", "lua", "vim", "vimdoc", "query", "haskell", "go", "bash", "python", "fennel", "hyprlang"}, auto_install = true, highlight = {enable = true}, sync_install = false})
return vim.filetype.add({pattern = {[".*/hypr/.*%.conf"] = "hyprlang"}})