diff options
author | Juliardi <juliardi@users.noreply.github.com> | 2022-11-17 12:42:22 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-17 01:42:22 -0400 |
commit | 8ed0056a91bf59a16917991c8ff7ff724f6f1328 (patch) | |
tree | bfa99a63b0c2767c3043dd85c34e6f02d0b2dc43 /README.md | |
parent | 83aab1c85eeca221fd27a242b59aec642a3598ef (diff) | |
download | lite-xl-plugins-8ed0056a91bf59a16917991c8ff7ff724f6f1328.tar.gz lite-xl-plugins-8ed0056a91bf59a16917991c8ff7ff724f6f1328.zip |
add gitblame plugin (#154)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ To install a plugin: | [`force_syntax`](plugins/force_syntax.lua?raw=1) | Change the syntax used for a file. | | [`formatter`](https://github.com/vincens2005/lite-formatters)\* | formatters for various languages | | [`ghmarkdown`](plugins/ghmarkdown.lua?raw=1) | Opens a preview of the current markdown file in a browser window *([screenshot](https://user-images.githubusercontent.com/3920290/82754898-f7394600-9dc7-11ea-8278-2305363ed372.png))* | +| [`gitblame`](https://github.com/juliardi/lite-xl-gitblame)\* | Shows "git blame" information of a line *([screenshot](https://raw.githubusercontent.com/juliardi/lite-xl-gitblame/main/screenshot_1.png))* | | [`gitdiff_highlight`](https://github.com/vincens2005/lite-xl-gitdiff-highlight)\* | highlight changed lines from git *([screenshot](https://raw.githubusercontent.com/vincens2005/lite-xl-gitdiff-highlight/master/screenshot.png))* | | [`gitstatus`](plugins/gitstatus.lua?raw=1) | Displays git branch and insert/delete count in status bar *([screenshot](https://user-images.githubusercontent.com/3920290/81107223-bcea3080-8f0e-11ea-8fc7-d03173f42e33.png))* | | [`gofmt`](plugins/gofmt.lua?raw=1) | Auto-formats the current go file, adds the missing imports and the missing return cases | |