Skip to content
Snippets Groups Projects
Commit 0cc39e9b authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Add coc-xml, coc-snippets and coc-git

parent 46aaacb0
No related branches found
No related tags found
No related merge requests found
...@@ -1059,14 +1059,21 @@ let g:coc_global_extensions = [ ...@@ -1059,14 +1059,21 @@ let g:coc_global_extensions = [
\'coc-markdownlint', \'coc-markdownlint',
\'coc-yaml', \'coc-yaml',
\'coc-toml', \'coc-toml',
\'coc-xml',
\'coc-pyright', \'coc-pyright',
\'coc-diagnostic', \'coc-diagnostic',
\'coc-spell-checker', \'coc-spell-checker',
\'coc-ltex', \'coc-ltex',
\'coc-cspell-dicts', \'coc-cspell-dicts',
\'coc-clangd', \'coc-clangd',
\'coc-snippets',
\'coc-git',
\'coc-vimtex'] \'coc-vimtex']
" Of interest later:
"\'coc-explorer',
" Conflict with coc-git and coc-explorer https://github.com/weirongxu/coc-explorer/issues/480
" Coc END " Coc END
nnoremap <silent> <leader>lt :!languagetool -l en-GB -d DOUBLE_PUNCTUATION,MORFOLOGIK_RULE_EN_GB,ARROWS[1],NON_STANDARD_WORD[1] %<CR> nnoremap <silent> <leader>lt :!languagetool -l en-GB -d DOUBLE_PUNCTUATION,MORFOLOGIK_RULE_EN_GB,ARROWS[1],NON_STANDARD_WORD[1] %<CR>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment