Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rgieseke/textadept-go
A Go module for the Textadept editor
https://github.com/rgieseke/textadept-go
golang textadept
Last synced: 19 days ago
JSON representation
A Go module for the Textadept editor
- Host: GitHub
- URL: https://github.com/rgieseke/textadept-go
- Owner: rgieseke
- License: other
- Created: 2013-07-10T11:33:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-05-06T09:30:56.000Z (over 4 years ago)
- Last Synced: 2024-10-16T03:25:19.508Z (2 months ago)
- Topics: golang, textadept
- Language: Lua
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### A [Go](http://golang.org) module for the [Textadept](http://foicica.com/textadept/) editor
#### Installation
cd ~/.textadept/modules
git clone https://github.com/rgieseke/textadept-go.git go#### Features
- Snippets
- Run and build commands
- Run source through `gofmt` for automatic formatting before saving
- Highlight syntax errors when saving the file#### Options
You can configure the go format command in your `.textadept/init.lua`, e.g.:
```lua
_M["go"] = require("go")
_M["go"].format_command = "goimports"
```#### License
MIT