| ▲ | strong-self 6 hours ago | |
found tree-sitter-fuse in the org, updated yesterday. is editor support next, like an lsp over the scala typechecker? | ||
| ▲ | the_unproven 5 hours ago | parent [-] | |
Yeah the LSP support is next, my goal is to implement the language server in the fuse itself. At the moment there’s a simple formatter implementation fusefmt: https://github.com/fuselang/fuse/blob/master/examples/fusefm..., you can compile it with fuse and hook-it with your editor. For example I’ve this config in helix: | ||