FUD2008

Results 7 issues of FUD2008

1. add support for vim

## Information **VIM version** VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Sep 24 2021 06:02:32) macOS version - arm64 Included patches: 1-3455 Compiled by Homebrew Operating System: macOS...

bug

When vim at diff mode, vim use different colors to highlight diff of code. So `vim-css-color` providing a option to disable in diff mode will be better.

enhancement

The following code will cause incorrect style highlight ``` vue p { color: red; } ``` If the code is changed with ``, the style highlight is ok ```vue p...

In javascript / php, `$` is valid in a variable. ```javascript function $sayHello () {} ``` If we run `:Ack` when cursor is under `$sayHello`, nothing will be found. So...

The echo message should not be truncated, Just show the message. When truncated ![WX20231010-141635@2x](https://github.com/prabirshrestha/vim-lsp/assets/908026/6d322bab-580e-4181-9786-7665cdd30d80) When show the full message ![WX20231010-142100@2x](https://github.com/prabirshrestha/vim-lsp/assets/908026/91aee432-74c8-426e-a883-0087af690264)

There is no types for `ckeditor5-vue2` Could `ckeditor5-vue2` add types to support typescript ?