simple-inserts-language-server

Simple Inserts Language Server is a language server that allows you to insert calculated attributes in your documents.
To begin with, go's date formats are included (datetime-rfc822, etc).
I don't want to do any static mappings because simple-completions-language-server's unicode input support can be used for this.
Install
$ go install git.sr.ht/~jcmuller/simple-inserts-language-server@latest
or, via nix flakes
$ nix profile install 'sourcehut:~jcmuller/simple-inserts-language-server'
Usage
$ simple-inserts-language-server
$ nix run 'sourcehut:~jcmuller/simple-inserts-language-server/main'
Roadmap
- Support more types of completions