Skip to content

How do I change the Telescope theme from NvChad to the default? qwq #1345

Closed Answered by Republic-Of-Lunar
Republic-Of-Lunar asked this question in Q&A
Discussion options

You must be logged in to vote

十分抱歉打扰到各位,我解决了这个问题。

我在 lua/modules/plugins/ui.lua 删掉了这几行

ui["Jint-lzxy/nvim"] = {
    lazy = false,
    branch = "refactor/syntax-highlighting",
    name = "catppuccin",
    config = require("ui.catppuccin"),
}

然后把这些加上

ui["catppuccin/nvim"] = {
  lazy = false,
  priority = 1000,
  opts = {}
}

就可以把它换成默认的 Telescope 主题了。
再次抱歉打扰到了各位的时间。

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Republic-Of-Lunar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants