aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGithub Actions <>2023-04-04 20:13:07 +0000
committerGithub Actions <>2023-04-04 20:13:07 +0000
commit68a2a6ac694e66cc4bb005d00c9debaa751d8fe7 (patch)
tree57bad54bf3bb839eeccb97d0e0468f383d2f18ee
parent637dd968c1f6dc0c2b6defeafb1bd125ce3565a6 (diff)
downloadlite-xl-plugins-68a2a6ac694e66cc4bb005d00c9debaa751d8fe7.tar.gz
lite-xl-plugins-68a2a6ac694e66cc4bb005d00c9debaa751d8fe7.zip
[CI] Updated README.md.
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index e4afbcf..9921ef9 100644
--- a/README.md
+++ b/README.md
@@ -173,6 +173,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin
| [`lsp`](https://github.com/lite-xl/lite-xl-lsp)\* | Provides code completion (also known as IntelliSense) using the Language Server Protocol |
| [`lsp_c`](https://github.com/adamharrison/lite-xl-lsp-servers)\* | Automatic configuration/binary download for LSP completion for C/C++ with clangd. |
| [`lsp_lua`](https://github.com/adamharrison/lite-xl-lsp-servers)\* | Automatic configuration/binary download for LSP completion for Lua with sumneko. |
+| [`lsp_snippets`](https://github.com/vqns/lite-xl-snippets)\* | Adds LSP snippets support to the snippets plugin |
| [`lspkind`](https://github.com/TorchedSammy/lite-xl-lspkind)\* | Completion menu kind/type icons for Lite XL LSP |
| [`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))* |
@@ -204,6 +205,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin
| [`smallclock`](plugins/smallclock.lua?raw=1) | Displays the current time in the corner of the status view |
| [`smartopenselected`](plugins/smartopenselected.lua?raw=1) | Opens the selected filename or path in project. Useful to open imports. |
| [`smoothcaret`](plugins/smoothcaret.lua?raw=1) | Smooth caret animation *([gif](https://user-images.githubusercontent.com/20792268/139006049-a0ba6559-88cb-49a7-8077-4822445b4a1f.gif))* |
+| [`snippets`](https://github.com/vqns/lite-xl-snippets)\* | Provides code snippets support |
| [`sort`](plugins/sort.lua?raw=1) | Sorts selected lines alphabetically |
| [`Source Control Management`](https://github.com/lite-xl/lite-xl-scm)\* | Extensible source control management plugin with git and fossil backends. |
| [`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* |