coc-flutter icon indicating copy to clipboard operation
coc-flutter copied to clipboard

expect color highlighting but there is no such a feature in my neovim

Open icgoogo opened this issue 2 years ago • 1 comments

Describe the bug no color highlighting in my neovim with coc-flutter plugin

To Reproduce Steps to reproduce the behavior: just type a color you want

Expected behavior I expect to see color highlighting in my neovim but I didn't how to activate color highlighting

Screenshots image

Desktop (please complete the following information):

  • OS: Macbook Ventura 13.0.1
  • Neovim
  • (Neo)vim version: NVIM v0.9.1 Build type: Release LuaJIT 2.1.0-beta3

Config I just copied all of the example config from coc plugin entirely https://github.com/neoclide/coc.nvim#example-lua-configuration

icgoogo avatar Sep 09 '23 01:09 icgoogo

This extension and all the other coc.nvim extensions are only for language server.

If you need syntax highlighting, you can use https://github.com/dart-lang/dart-vim-plugin or use https://github.com/nvim-treesitter/nvim-treesitter to auto download syntax highlighting.

brainwo avatar May 02 '25 17:05 brainwo