From e2faa961e12141f5ac999515dd4036aa66916b59 Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 25 Mar 2024 22:31:24 +0800 Subject: configs(nvim): change color scheme and update plugins. --- configs/nvim/lua/plugins.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'configs/nvim/lua/plugins.lua') diff --git a/configs/nvim/lua/plugins.lua b/configs/nvim/lua/plugins.lua index 0cca1ef..1e4ded9 100644 --- a/configs/nvim/lua/plugins.lua +++ b/configs/nvim/lua/plugins.lua @@ -1,5 +1,6 @@ -- spellchecker: disable return { + { "catppuccin/nvim", name = "catppuccin", priority = 1000 }, "neovim/nvim-lspconfig", "Hoffs/omnisharp-extended-lsp.nvim", "hrsh7th/nvim-cmp", @@ -9,11 +10,6 @@ return { "hrsh7th/cmp-cmdline", "L3MON4D3/LuaSnip", "saadparwaiz1/cmp_luasnip", - { - "sainnhe/everforest", - lazy = false, - priority = 1000, -- make sure to load this before all the other start plugins - }, "nvim-tree/nvim-web-devicons", "nvim-lua/plenary.nvim", "nvim-lualine/lualine.nvim", -- cgit v1.2.3