diff options
author | cukmekerb <cukmekerb@gmail.com> | 2021-08-18 12:16:08 -0700 |
---|---|---|
committer | cukmekerb <cukmekerb@gmail.com> | 2021-08-18 12:16:08 -0700 |
commit | 047f83e67b3b7952c2259ceddccc61c85eadd8f0 (patch) | |
tree | 086395abde3b036dee89552697aaf43875378e61 | |
parent | 6f776299a6642ca8cfc0fbed9e7d942891c92dc1 (diff) | |
download | lite-xl-plugins-047f83e67b3b7952c2259ceddccc61c85eadd8f0.tar.gz lite-xl-plugins-047f83e67b3b7952c2259ceddccc61c85eadd8f0.zip |
make gitstatus.lua italic
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ Plugin | Description [`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))* *[`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))* +*[`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 [`hidelinenumbers`](plugins/hidelinenumbers.lua?raw=1) | Hides the line numbers on the left of documents *([screenshot](https://user-images.githubusercontent.com/3920290/81692043-b8b19c00-9455-11ea-8d74-ad99be4b9c5f.png))* [`hidestatus`](plugins/hidestatus.lua?raw=1) | Hides the status bar at the bottom of the window |