Skip to content

Commit

Permalink
fix(pack): add auto installation to haxe pack
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Mar 23, 2023
1 parent 6ff9989 commit 8db899f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/astrocommunity/pack/haxe/haxe.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ return {
vim.filetype.add { extension = { hx = "haxe" } }
require("nvim-treesitter.parsers").get_parser_configs().haxe =
{ install_info = { url = vim.fn.stdpath "data" .. "/lazy/tree-sitter-haxe", files = { "src/parser.c" } } }
vim.cmd.TSInstall "haxe"
end,
},
{
Expand Down

0 comments on commit 8db899f

Please sign in to comment.