年糕小豆汤
年糕小豆汤
It's hard to set size since it use https://github.com/iamcco/clock.nvim/blob/master/rplugin/sran/clockn/raw/front.text font. It can be support if it have diffence size of font.
I don't use vim so I don't have the time to support vim's popup window api. PR is welcome. Or you should have a look at https://github.com/kizza/actionmenu.nvim, seems it can...
Yes, it is not a completion menu, it is floating window. Maybe add some options to support this.
What's your project angular version?
open extensions list to check if extension is activated `:CocList extensions`
set below settings to coc-settings.json to get log files with `CocCommand angular.openLogFile` and `CocCommand workspace.showOutput` to get lsp log. ``` "angular.log": "verbose", "angular.trace.server": "verbose", ```
don't know what happend since it does not have any log. it's weird
log seems right. make sure you run the command when extension is activated with `*` symbol.
It's. not support to set languageserver options, you can use it's own settings; All options definition: ``` "diagnostic-languageserver.enable": { "type": "boolean", "default": true, "description": "enable this extension?" }, "diagnostic-languageserver.mergeConfig": {...
try https://github.com/iamcco/coc-diagnostic/pull/56#issuecomment-711620863