aboutsummaryrefslogtreecommitdiff
path: root/configs/nvim/lua/plugins.lua
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2024-03-25 22:31:24 +0800
committercrupest <crupest@outlook.com>2024-05-18 16:45:44 +0800
commit34da829fd962e1b4e496f7dd01d0871b4a02f82f (patch)
tree9f45f6bd79293f1dcea5742b10ed418dd377e2d8 /configs/nvim/lua/plugins.lua
parent93fc0c56128c5d6a630be8c79c2ba36f860f23f2 (diff)
downloadcrupest-34da829fd962e1b4e496f7dd01d0871b4a02f82f.tar.gz
crupest-34da829fd962e1b4e496f7dd01d0871b4a02f82f.tar.bz2
crupest-34da829fd962e1b4e496f7dd01d0871b4a02f82f.zip
configs(nvim): change color scheme and update plugins.
Diffstat (limited to 'configs/nvim/lua/plugins.lua')
-rw-r--r--configs/nvim/lua/plugins.lua6
1 files changed, 1 insertions, 5 deletions
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",