aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/haxe_language_server.lua
Commit message (Collapse)AuthorAgeFilesLines
* feat: expose configsMichael Lingelbach2021-11-251-48/+0
|
* chore: change stylua to single quotes (#1068)Michael Lingelbach2021-07-131-7/+7
|
* ci: lint and format with styluaMichael Lingelbach2021-07-031-14/+14
|
* Add support for the Haxe Language ServerNicholas Scheurich2021-03-111-0/+48
This adds support for the language server used by the Visual Studio Code Haxe Extension: https://github.com/vshaxe/haxe-language-server I've found this language server to be tricky to properly attach to, but this config should do the trick.