aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2020-05-08Added backtick support to language_sh pluginrxi
2020-05-08language_sh plugin improvementsrxi
2020-05-07Changed selectionhighlight plugin to use doc.lines arrayrxi
2020-05-06More lfautoinsert tweaksrxi
2020-05-06lfautoinsert plugin improvementsrxi
2020-05-05Added plugins `gitstatus` and `lfautoinsert`rxi
2020-05-02Added plugin `detectindent.lua`rxi
2020-05-02Added `unboundedscroll` pluginrxi
2020-05-01Changed all plugins that do underlines to use 1*SCALE instead of divider sizerxi
2020-05-01Added `hidestatus` pluginrxi
2020-04-30Added plugin `colorpreview`rxi
2020-04-30Changed selectionhighlight plugin to draw box instead of filled rectanglerxi
2020-04-29Made `sort` plugin automatically select to line edgesrxi
2020-04-29Added `drawwhitespace` pluginrxi
2020-04-29Added `selectionhighlight` pluginrxi
2020-04-27Made `sort` plugin ignore trailing/leading empty-linesrxi
2020-04-27Added `language_sh` pluginrxi
2020-04-27Updated spellcheck plugin: fixed active word checkrxi
2020-04-27Made spellcheck plugin put caret at *end* of word when selectingrxi
2020-04-25Made sure that the cpp plugin is loaded after the c pluginlordadamson
The plugin loaded last takes precedence. So that would make sure the .h files would be highlighted as C++ files.
2020-04-25Plugin for C++ files syntax highlightinglordadamson
2020-04-25Fixed indentguide plugin to work with hard tabsrxi
2020-04-25Updated spellcheck pluginrxi
* Improved delayed-highlight of active word * Added "replace" command * Added "add-to-dictionary" command
2020-04-23Moved all plugins to `plugins` dirrxi