diff options
author | Techie Guy <79499324+techie-guy@users.noreply.github.com> | 2022-11-27 20:56:04 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-27 11:26:04 -0400 |
commit | ccd66fd921e0e837b314249341eece7b4d5a135d (patch) | |
tree | be71a26afed0789b84efefe9048f88cb0c139f4e /README.md | |
parent | e1c3a2542b337eae8c12bd8e6d6923d4ba6e4dd8 (diff) | |
download | lite-xl-plugins-ccd66fd921e0e837b314249341eece7b4d5a135d.tar.gz lite-xl-plugins-ccd66fd921e0e837b314249341eece7b4d5a135d.zip |
[Plugin] Add Custom Caret Plugin (#162)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ asterisk.* | [`console`](https://github.com/franko/console)\* | A console for running external commands and capturing their output *([gif](https://user-images.githubusercontent.com/3920290/81343656-49325a00-90ad-11ea-8647-ff39d8f1d730.gif))* | | [`contextmenu`](https://github.com/takase1121/lite-contextmenu)\* | Simple context menu *([screenshot](https://github.com/takase1121/lite-contextmenu/blob/master/assets/screenshot.jpg?raw=true))* | | [`copyfilelocation`](plugins/copyfilelocation.lua?raw=1) | Copy file location to clipboard | +| [`custom_caret`](plugins/custom_caret.lua?raw=1) | Customize the caret in the editor | | [`datetimestamps`](plugins/datetimestamps.lua?raw=1) | Insert date-, time- and date-time-stamps | | [`discord-presence`](https://github.com/vincens2005/lite-xl-discord)\* | Adds the current workspace and file to your Discord Rich Presence | | [`dragdropselected`](plugins/dragdropselected.lua?raw=1) | Provides basic drag and drop of selected text (in same document) | |