iamcco / coc-vimlsp

viml language server
216 stars 7 forks source link

Add vim9script support #55

Open jclsn opened 1 year ago

jclsn commented 1 year ago

I wonder why no one has every asked for this. vim9script has a few differences, e.g. you don not need to write call before functions anymore and this results in an error shown. It would be nice if vim9script were supported soon!

iamcco commented 1 year ago

https://github.com/iamcco/vim-language-server/issues/78