Skip to content

rgieseke/textadept-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A Go module for the Textadept editor

Topics

Resources

License

Stars

Watchers

Forks

Languages