slint_lsp + treesitter for haxe + moved to lua ftplugins

This commit is contained in:
Alexey 2026-08-10 13:44:54 +03:00
commit 5f50a2edca
8 changed files with 48 additions and 7 deletions

4
lua/plugins/haxe.lua Normal file
View file

@ -0,0 +1,4 @@
return {
"https://codeberg.org/jurmerlo/haxe-lsp.nvim",
opts = { run_on_open = true },
}