Add coc-emoji plugin

This commit is contained in:
2021-10-15 11:40:52 +03:00
parent bb25052d85
commit 743e5d48e6
2 changed files with 12 additions and 2 deletions

View File

@@ -10,5 +10,14 @@
"json",
"jsonc"
],
"python.jediEnabled": true
"python.jediEnabled": true,
"coc.source.emoji.filetypes": [
"markdown",
"javascript",
"typescript",
"javascriptreact",
"typescriptreact",
"python",
"go"
]
}