GitHunt
RG

rgieseke/textadept-go

A Go module for the Textadept editor

A Go module for the 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.:

_M["go"] = require("go")
_M["go"].format_command = "goimports"

License

MIT

Languages

Lua100.0%

Contributors

Other
Created July 10, 2013
Updated September 19, 2020