Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 624 Bytes

File metadata and controls

30 lines (17 loc) · 624 Bytes

NOTE: I do NOT have an installable package created so the instructions below are for some future date.

This is the first JS project I've ever done so I have no idea about JS ecosystem and how to construct installers for it. I just manually copied files to the Coc extensions folder and it seems to work.

coc-ltls

extension to for languagetool_languageserver

Install

:CocInstall coc-ltls

Keymaps

nmap <silent> <C-l> <Plug>(coc-coc-ltls-keymap)

Lists

:CocList demo_list

License

MIT


This extension is built with create-coc-extension