Skip to content

Commit 2af1874

Browse files
Add emoji completions extension (#3941)
Seee README for (very) basic info. I wish I could implement this without having a full-blown LSP, but I don't think that's the case. --------- Co-authored-by: Finn Evers <[email protected]>
1 parent d5932df commit 2af1874

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -842,6 +842,10 @@
842842
path = extensions/emmylua
843843
url = https://github.com/EmmyLuaLs/Zed-EmmyLua.git
844844

845+
[submodule "extensions/emoji-completions"]
846+
path = extensions/emoji-completions
847+
url = https://github.com/ahockersten/emoji-completions-zed.git
848+
845849
[submodule "extensions/env"]
846850
path = extensions/env
847851
url = https://github.com/zarifpour/zed-env

extensions.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -850,6 +850,10 @@ version = "0.0.8"
850850
submodule = "extensions/emmylua"
851851
version = "0.19.0"
852852

853+
[emoji-completions]
854+
submodule = "extensions/emoji-completions"
855+
version = "1.0.3"
856+
853857
[env]
854858
submodule = "extensions/env"
855859
version = "0.0.1"

extensions/emoji-completions

Submodule emoji-completions added at 4e2a587

0 commit comments

Comments
 (0)