weirongxu / coc-kotlin

Intelligent Kotlin support for coc.nvim
MIT License
58 stars 1 forks source link

No syntax highlighting #2

Closed AckslD closed 3 years ago

AckslD commented 3 years ago

Result from CocInfo

versions

vim version: NVIM v0.5.0-dev+1048-g69103ff0c node version: v15.8.0 coc.nvim version: 0.0.80-5cd38e9462 coc.nvim directory: /home/axel/.local/share/nvim/plugged/coc.nvim term: xterm-kitty platform: linux

Log of coc.nvim

2021-02-16T12:07:53.550 INFO (pid:3438935) [services] - registered service "highlight" 2021-02-16T12:07:53.567 INFO (pid:3438935) [language-client-index] - highlight started with 3438946 2021-02-16T12:07:53.583 INFO (pid:3438935) [language-client-index] - Language server "kotlin" started with 3438954 2021-02-16T12:07:54.574 INFO (pid:3438935) [plugin] - coc.nvim 0.0.80-5cd38e9462 initialized with node: v15.8.0 after 1084ms 2021-02-16T12:07:55.469 INFO (pid:3438935) [attach] - receive notification: showInfo []

Description

There is no syntax highlighting. Completion, linting etc is working.

Extension version

0.0.4

Additional context

weirongxu commented 3 years ago

It's my mistake, because coc is unlikely to port the highlight of vscode. So this plugin does not support highlighting. You should use https://github.com/udalov/kotlin-vim or treesitter

AckslD commented 3 years ago

I see, thanks for the information @weirongxu