From dc61ca5949532fcbf644007ecc595d24a9e2c4fc Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Sun, 29 Dec 2024 03:54:28 -0800 Subject: [PATCH] feat: add oxocarbon colorscheme --- flake.nix | 5 ++++- lua/plugins/lz-spec.lua | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 9f41a8f..a9c3fbb 100644 --- a/flake.nix +++ b/flake.nix @@ -122,6 +122,10 @@ # for some reason trigger_load still fails to load this in the # proper order telescope-ui-select-nvim + + # colorschemes + rose-pine + oxocarbon-nvim ]; }; @@ -138,7 +142,6 @@ telescope-nvim markdown-preview-nvim render-markdown-nvim - rose-pine nvim-web-devicons oil-nvim harpoon2 diff --git a/lua/plugins/lz-spec.lua b/lua/plugins/lz-spec.lua index 7258011..4f674b6 100644 --- a/lua/plugins/lz-spec.lua +++ b/lua/plugins/lz-spec.lua @@ -30,7 +30,6 @@ return { end, }, { "nvim-web-devicons" }, - { "rose-pine", priority = 100 }, { "markdown-preview.nvim", filetypes = { "markdown" },