Add coc-emoji plugin
This commit is contained in:
@@ -10,5 +10,14 @@
|
||||
"json",
|
||||
"jsonc"
|
||||
],
|
||||
"python.jediEnabled": true
|
||||
"python.jediEnabled": true,
|
||||
"coc.source.emoji.filetypes": [
|
||||
"markdown",
|
||||
"javascript",
|
||||
"typescript",
|
||||
"javascriptreact",
|
||||
"typescriptreact",
|
||||
"python",
|
||||
"go"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -53,7 +53,8 @@ let g:coc_global_extensions = [
|
||||
\ 'coc-snippets',
|
||||
\ 'coc-emmet',
|
||||
\ 'coc-highlight',
|
||||
\ 'coc-python'
|
||||
\ 'coc-python',
|
||||
\ 'coc-emoji'
|
||||
\ ]
|
||||
|
||||
" Use <cr> to confirm completion, `<C-g>u` means break undo chain at current position.
|
||||
|
||||
Reference in New Issue
Block a user