Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 511 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 511 Bytes

kakoune-languageclient

Work in progress

yarn
yarn run test
yarn run example <kak-session>
yarn run main <kak-session> <server command>

yarn run main needs two arguments:

Example:

yarn run 4782 javascript-typescript-stdio

which can be installed with

yarn global add javascript-typescript-langserver

Add -d for debug output after the server command.