mirror of
https://github.com/DefectingCat/nvim
synced 2025-07-15 16:51:33 +00:00
disable catppuccin plugin
This commit is contained in:
@ -6,7 +6,7 @@ local M = {}
|
||||
end ]]
|
||||
|
||||
M.ui = {
|
||||
transparency = false,
|
||||
transparency = true,
|
||||
theme = "catppuccin",
|
||||
statusline = {
|
||||
--[[ theme = "default", -- default/vscode/vscode_colored/minimal ]]
|
||||
|
@ -6,7 +6,7 @@ vim.fn.sign_define(
|
||||
{ text = "", numhl = "DapBreakpointRejected", texthl = "DapBreakpointRejected" }
|
||||
)
|
||||
|
||||
vim.cmd.colorscheme("catppuccin")
|
||||
--[[ vim.cmd.colorscheme("catppuccin") ]]
|
||||
|
||||
require("utils.autocmd")
|
||||
require("utils.usercmd")
|
||||
|
@ -271,7 +271,7 @@ local plugins = {
|
||||
}, ]]
|
||||
|
||||
-- telescope, code action ui
|
||||
{ "catppuccin/nvim", name = "catppuccin", priority = 1000 },
|
||||
--[[ { "catppuccin/nvim", name = "catppuccin", priority = 1000 }, ]]
|
||||
{
|
||||
"nvim-telescope/telescope.nvim",
|
||||
opts = function()
|
||||
|
Reference in New Issue
Block a user