diff options
author | jgmdev <jgmdev@gmail.com> | 2022-04-01 17:21:07 -0400 |
---|---|---|
committer | jgmdev <jgmdev@gmail.com> | 2022-04-01 17:21:07 -0400 |
commit | 6305aae3a427ef1ff6459892636a0ad4fd487296 (patch) | |
tree | cd601586b7c2bc12ea291ff515dbdfe83809d8a3 /README.md | |
parent | f71c306573288ce62ee2f9f6b8c6b54110ff387e (diff) | |
download | lite-xl-plugins-6305aae3a427ef1ff6459892636a0ad4fd487296.tar.gz lite-xl-plugins-6305aae3a427ef1ff6459892636a0ad4fd487296.zip |
Added lsp and widget to README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -114,6 +114,7 @@ to something other than a raw file it should be marked with an asterisk.* | [`linenumbers`](plugins/linenumbers.lua?raw=1) | The ability to change the display of the line number *([screenshot](https://user-images.githubusercontent.com/5556081/129493788-6a4cbd7a-9074-4133-bab7-110ed55f18f7.png))* | | [`lint+`](https://github.com/liquid600pgm/lintplus)\* | Advanced linter with ErrorLens-like error reporting. Compatible with linters made for `linter` *([screenshot](https://raw.githubusercontent.com/liquid600pgm/lintplus/master/screenshots/1.png))* | | [`linter`](https://github.com/drmargarido/linters)\* | Linters for multiple languages | +| [`lsp`](https://github.com/lite-xl/lite-xl-lsp)\* | Provides code completion (also known as IntelliSense) using the Language Server Protocol | | [`macmodkeys`](plugins/macmodkeys.lua?raw=1) | Remaps mac modkeys `command/option` to `ctrl/alt` | | [`markers`](plugins/markers.lua?raw=1) | Add markers to docs and jump between them quickly *([screenshot](https://user-images.githubusercontent.com/3920290/82252149-5faaa200-9946-11ea-9199-bea2efb7ee23.png))* | | [`memoryusage`](plugins/memoryusage.lua?raw=1) | Show memory usage in the status view | @@ -149,3 +150,4 @@ to something other than a raw file it should be marked with an asterisk.* | [`unboundedscroll`](plugins/unboundedscroll.lua?raw=1) | Allows scrolling outside the bounds of a document | | [`updatechecker`](https://github.com/vincens2005/lite-xl-updatechecker)\* | Automatically checks for updates and notifies you | | [`vibe`](https://github.com/eugenpt/lite-xl-vibe)\* | VI(vim?) bindings with a hint of DOOM Emacs, for lite-xl | +| [`widget`](https://github.com/lite-xl/lite-xl-widgets)\* | Plugin library that provides a set of re-usable components to more easily write UI elements for your plugins | |