【分享】vscode 风格的 Corfu 图标(通过 kind-icon 使用)

已经切换到 nerd-icons-corfu 代替 kind-icon, 效果更好,不会出现在不同平台缩放不一致的现象。

设置也更加简单, 只要在系统中安装 Symbols Nerd Font 中的 Symbols Nerd Font 就可以了。

(use-package nerd-icons-corfu
  :after corfu
  :init (add-to-list 'corfu-margin-formatters #'nerd-icons-corfu-formatter))
1 个赞

不错,之前是一长串在配置中