不推荐使用 `gui`、`guifg`、`guibg`、`guisp` - Neovim

Cod*_*che 3 lua neovim

我已经开始处理用 Lua 编写的 Neovim 配置。每次我重新打开 Neovim 时都会出现此错误,但我不知道它代表什么或如何修复它。

在此输入图像描述

小智 8

如果您从头开始使用 Neovim,我刚刚修复了错误消息,然后转到bufferline.lua

  1. 替换guifgfg
  2. 同样的事,guibg然后bg
  3. 替换'gui = italic''underline = true'
  4. 就是这样

如果您没有使用 Neovim-from-scratch,请按照错误消息 live grep on config file search for guibg go to the file found replacement instructions 进行操作

我想捕获屏幕截图,但我还没有在新安装的 Linux 上进行设置