diff options
author | rxi <rxi@users.noreply.github.com> | 2020-04-12 11:31:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-12 11:31:29 +0100 |
commit | 84c40d0b607a30c20880fd156b9952d6292c5cb9 (patch) | |
tree | d0e7896044c8e2d68f3d33e31096b64dfdf4467b /README.md | |
parent | aa5d8652937032880b4ffa63fb0e647b7cef23fd (diff) | |
parent | 1dae9a3b777426774578db91450df109d3e19194 (diff) | |
download | lite-xl-plugins-84c40d0b607a30c20880fd156b9952d6292c5cb9.tar.gz lite-xl-plugins-84c40d0b607a30c20880fd156b9952d6292c5cb9.zip |
Merge pull request #7 from drmargarido/golang_tools
Added gofmt plugin with commands for gofmt, goimports and goreturns.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ Plugins for the [lite text editor](https://github.com/rxi/lite) Plugin | Description -------|----------------------------------------- +[`gofmt`](gofmt.lua?raw=1) | Auto-formats the current go file, adds the missing imports and the missing return cases [`language_fe`](language_fe.lua?raw=1) | Syntax for the [fe](https://github.com/rxi/fe) programming language [`language_go`](language_go.lua?raw=1) | Syntax for the [Go](https://golang.org/) programming language [`language_jiyu`](language_jiyu.lua?raw=1) | Syntax for the [jiyu](https://github.com/machinamentum/jiyu) programming language |