diff options
author | Adam <adamdharrison@gmail.com> | 2021-11-23 16:05:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-23 16:05:42 -0500 |
commit | 244219302ea740584a0f92b7c7370cf9066b07ef (patch) | |
tree | 5203408d84574a1cf0719ed1ffdd29e234e7ebac /README.md | |
parent | bc0a289a79294445de9b0001bdaada93d801dadd (diff) | |
parent | a6e752d1eba6217d8a2f4cac3d170db39e37d713 (diff) | |
download | lite-xl-plugins-244219302ea740584a0f92b7c7370cf9066b07ef.tar.gz lite-xl-plugins-244219302ea740584a0f92b7c7370cf9066b07ef.zip |
Merge pull request #81 from takase1121/smoothcaret
add smoothcaret.lua
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -128,6 +128,7 @@ Plugin | Description [`scalestatus`](plugins/scalestatus.lua?raw=1) | Displays current scale (zoom) in status view (depends on scale plugin) [`selectionhighlight`](plugins/selectionhighlight.lua?raw=1) | Highlights regions of code that match the current selection *([screenshot](https://user-images.githubusercontent.com/3920290/80710883-5f597c80-8ae7-11ea-97f0-76dfacc08439.png))* [`smallclock`](plugins/smallclock.lua?raw=1) | Displays the current time in the corner of the status view +*[`smoothcaret`](plugins/smoothcaret.lua?raw=1)* | Smooth caret animation *([gif](https://user-images.githubusercontent.com/20792268/139006049-a0ba6559-88cb-49a7-8077-4822445b4a1f.gif))* [`sort`](plugins/sort.lua?raw=1) | Sorts selected lines alphabetically [`spellcheck`](plugins/spellcheck.lua?raw=1) | Underlines misspelt words *([screenshot](https://user-images.githubusercontent.com/3920290/79923973-9caa7400-842e-11ea-85d4-7a196a91ca50.png))* *— note: on Windows a [`words.txt`](https://github.com/dwyl/english-words/blob/master/words.txt) dictionary file must be placed beside the exe* [`statusclock`](plugins/statusclock.lua?raw=1) | Displays the current date and time in the corner of the status view |