ziyangzheng
ziyangzheng
 I modified the color of @function.macro to Pink (same as normal macros) in vscode.nvim.But only functional macros definition is Pink, the call is still yellow. 
> (Also, Nvim 0.9 is no longer supported.) thanks for all of your reply.Actually,I found the @lsp.type.macro and whose attribute is {link = '@constant'},I modified like this  but nothing...
> what is the version of nvim? NVIM v0.9.5 Build type: Release LuaJIT 2.1.1703358377
Sure,here is my init.nvim,only LeaderF plugins selected. ``` vim call plug#begin('~/.vim/plugged') Plug 'Yggdroot/LeaderF' call plug#end() " Base NVIM Start " >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> filetype plugin on " 设置为双字宽显示,否则无法完整显示如:☆ set ambiwidth=double set t_ut=...
> Sure,here is my init.nvim,only LeaderF plugins selected. > > ```viml > call plug#begin('~/.vim/plugged') > Plug 'Yggdroot/LeaderF' > call plug#end() > > " Base NVIM Start > " >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >...
when i remove the item 'set ambiwidth=double',the error disappeared,thanks for you fast reply!