Jezda1337 / nvim-html-css

CSS Intellisense for HTML
115 stars 13 forks source link

Can autocompletion be updated dynamically? #6

Closed dddddjent closed 9 months ago

dddddjent commented 9 months ago

image When I commented all the style sheet sources in the nvim-cmp config image After I uncommented the link in html source file, I couldn't get the completion instantly image When I re-entered the nvim, it appeared. Also, if I add it to the source of cmp, my completion items will be doubled. Is this how it supposed to be? Btw, css files seem to be updated correctly.

Jezda1337 commented 9 months ago

That is a bug, the plugin needs improvements, I am busy last couple of weeks, but I will start improving plugin asap.

Jezda1337 commented 9 months ago

Actually this is not a bug, it is not possible to change the editor settings and see the results without opening the editor again. As for the html and css files, it is possible because they are not part of the editor and its settings.