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", "json",
"jsonc" "jsonc"
], ],
"python.jediEnabled": true "python.jediEnabled": true,
"coc.source.emoji.filetypes": [
"markdown",
"javascript",
"typescript",
"javascriptreact",
"typescriptreact",
"python",
"go"
]
} }

View File

@@ -53,7 +53,8 @@ let g:coc_global_extensions = [
\ 'coc-snippets', \ 'coc-snippets',
\ 'coc-emmet', \ 'coc-emmet',
\ 'coc-highlight', \ 'coc-highlight',
\ 'coc-python' \ 'coc-python',
\ 'coc-emoji'
\ ] \ ]
" Use <cr> to confirm completion, `<C-g>u` means break undo chain at current position. " Use <cr> to confirm completion, `<C-g>u` means break undo chain at current position.