Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rgieseke/ta-common

Some modifications for the Textadept editor.
https://github.com/rgieseke/ta-common

textadept

Last synced: 2 months ago
JSON representation

Some modifications for the Textadept editor.

Awesome Lists containing this project

README

        

Textadept Common
================

Some functions, key commands and modifications that change Textadept's
default behaviour.
It contains modifications to Mitchell's Textadept modules, code from
Brian Schott and others who posted to the mailing list or the
[Textadept wiki](http://foicica.com/wiki/textadept).
It is licensed under the
[MIT license](http://www.opensource.org/licenses/mit-license.php).

Installation
============

Download a
[zipped](https://github.com/rgieseke/ta-common/zipball/master)
version and save the contained directory as `.textadept/modules/common`
or clone the git repository:

cd ~/.textadept/modules
git clone https://github.com/rgieseke/ta-common.git common

Put

common = require 'common'

in your `.textadept/init.lua`

See also the annotated source: