ratmice / nimbleparse_lsp

lsp server for grmtools lex & yacc
Other
7 stars 1 forks source link

Figure out neovim based commands #29

Open ratmice opened 1 year ago

ratmice commented 1 year ago

None of the stategraph, generictree, or railroad diagram commands have any support for running those commands exposed to vim. Presumably they should be, the railroad diagram one might be tricky since it generates svg and presumably needs to write that to a temporary location and then either emit a link or open it in a browser, but we should bring it up to parity with the vscode client...