Adds color preview to LSP completion items.
Any LSP that supports textDocument/documentColor
will have color previews on completion items.
call ddc#custom#patch_global(#{
\ sourceOptions: #{
\ lsp: #{
\ converters: [ 'converter_color' ],
\ },
\ }
\ })
This plugins is heavily inspired by nvim-highlight-colors.