ziyangzheng

Results 6 comments of ziyangzheng

![Image](https://github.com/user-attachments/assets/bf3a40a4-2ea4-44fd-a06b-1131d10c9275) 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. ![Image](https://github.com/user-attachments/assets/df4aed1d-c406-4c2c-ac91-e3accb1215c8)

> (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 ![Image](https://github.com/user-attachments/assets/d6583984-99d4-45c9-af5a-785f60fd8ef4) but nothing...

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!