aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorrxi <rxi@users.noreply.github.com>2020-04-20 19:07:24 +0100
committerrxi <rxi@users.noreply.github.com>2020-04-20 19:08:55 +0100
commit3ee8bea42db284c584d5d94c6ac25dbbc55119a2 (patch)
tree572edc8beb396cb6b89ff6a3ca79ba8c2ef1c580 /README.md
parentdc4c196706b2eb92d16a69a935b12fae88613c06 (diff)
downloadlite-xl-plugins-3ee8bea42db284c584d5d94c6ac25dbbc55119a2.tar.gz
lite-xl-plugins-3ee8bea42db284c584d5d94c6ac25dbbc55119a2.zip
Added link to theme16 plugin
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index d6a72f0..56a756b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,9 @@
Plugins for the [lite text editor](https://github.com/rxi/lite)
-*Note: if you make a pull request, the table should be updated and kept in alphabetical order*
+*Note: if you make a pull request, the table should be updated and kept in
+alphabetical order. If your plugin is large (or you'd otherwise prefer it to
+have its own repo), the table can simply be updated to add a link to the repo;
+otherwise the plugin file itself can be submitted.*
---
@@ -18,5 +21,6 @@ Plugin | Description
[`language_wren`](language_wren.lua?raw=1) | Syntax for the [Wren](http://wren.io/) programming language
[`macmodkeys`](macmodkeys.lua?raw=1) | Remaps mac modkeys `command/option` to `ctrl/alt`
[`sort`](sort.lua?raw=1) | Sorts selected lines alphabetically
+[`theme16`](https://github.com/monolifed/theme16) | Theme manager with base16 themes
[`titleize`](titleize.lua?raw=1) | Titleizes selected string (`hello world` => `Hello World`)
[`togglesnakecamel`](togglesnakecamel.lua?raw=1) | Toggles symbols between `snake_case` and `camelCase`