track alacritty, wayland, misc fixes and binfiles

This commit is contained in:
Robert Perce 2026-03-21 23:10:54 -05:00
parent ca20e04409
commit 4c1563501a
9 changed files with 1834 additions and 4 deletions

View file

@ -7,7 +7,7 @@ return {
config = function()
require('nvim-treesitter').install({
"astro", "bash", "c", "cmake", "css", "fish", "go", "html", "java",
"javascript", "json", "json5", "latex", "lua", "make", "perl", "python", "regex",
"javascript", "json", "json5", "latex", "make", "perl", "python", "regex",
"ruby", "rust", "typescript", "vim", "yaml"
}):wait(300000)
end