Open ha100 opened 2 days ago
figure out how to get the treesitter play nice with github actions. can't get the swift syntax to install during run.
vusted --output=utfTerminal --shuffle tests/ ●●✱✱✱✱✱✱●✱✱ 3 successes / 0 failures / 8 errors / 0 pending : 0.060519 seconds Error → tests/init_spec.lua @ 138 thor extract to file works for protocol Random seed: 4223682586 vim/_editor.lua:0: command line..script /usr/local/bin/vusted_entry.vim[20]..nvim_exec2() called at /usr/local/bin/vusted_entry.vim:20: Vim:Error executing Lua callback: /usr/share/nvim/runtime/lua/vim/treesitter/languagetree.lua:[11](https://github.com/ha100/thor.nvim/actions/runs/12108908606/job/33757437584#step:8:12)1: No parser for language "swift"
examine
vim.treesitter.language.get_lang("swift") vim.treesitter.language.add('python', { path = "/path/to/python.so" })
figure out how to get the treesitter play nice with github actions. can't get the swift syntax to install during run.