diff options
author | drmargarido <drmargarido@gmail.com> | 2020-04-08 20:58:17 +0100 |
---|---|---|
committer | drmargarido <drmargarido@gmail.com> | 2020-04-08 20:58:17 +0100 |
commit | 1dae9a3b777426774578db91450df109d3e19194 (patch) | |
tree | b7cd589406285c75e76f1e3c806386d58c59a449 /README.md | |
parent | bb07bc7022edab4f9ff67f7e1fb8d1e2c64b4fc0 (diff) | |
download | lite-xl-plugins-1dae9a3b777426774578db91450df109d3e19194.tar.gz lite-xl-plugins-1dae9a3b777426774578db91450df109d3e19194.zip |
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 |