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" },