Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 364 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 364 Bytes

Chess LSP

Very basic Language Server written in Go that parses a pgn file, reports errors doing so, and suggests legal chess moves as completions.

Created using the pgn parser by malbrecht. Only tested on Neovim.

To read a little more about it, see my blog post.