aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/config/plugins.lua4
-rw-r--r--nvim-pack-lock.json4
2 files changed, 6 insertions, 2 deletions
diff --git a/lua/config/plugins.lua b/lua/config/plugins.lua
index 5c2ceda..030b580 100644
--- a/lua/config/plugins.lua
+++ b/lua/config/plugins.lua
@@ -3,7 +3,7 @@ vim.pack.add({
"https://github.com/windwp/nvim-autopairs",
"https://github.com/kylechui/nvim-surround",
"https://github.com/f-person/auto-dark-mode.nvim",
- "https://github.com/ellisonleao/gruvbox.nvim",
+ "https://github.com/cemkagank/apple.nvim",
"https://github.com/MunifTanjim/nui.nvim",
"https://github.com/nvim-neotest/nvim-nio",
"https://github.com/nvim-lua/plenary.nvim",
@@ -19,4 +19,4 @@ require("blink.cmp").setup({
signature = { enabled = true },
})
-vim.cmd([[colorscheme gruvbox]])
+vim.cmd([[colorscheme apple]])
diff --git a/nvim-pack-lock.json b/nvim-pack-lock.json
index 2e16e5d..a42d01e 100644
--- a/nvim-pack-lock.json
+++ b/nvim-pack-lock.json
@@ -4,6 +4,10 @@
"rev": "1900f89dc17c603eec29960f57c00bd9ae696495",
"src": "https://github.com/antoinemadec/FixCursorHold.nvim"
},
+ "apple.nvim": {
+ "rev": "bb6a8dcc904da47601836207aa99278c2bdb6025",
+ "src": "https://github.com/cemkagank/apple.nvim"
+ },
"auto-dark-mode.nvim": {
"rev": "54058b4fe414bd64bd2904a6f8a63f1f14e3d8df",
"src": "https://github.com/f-person/auto-dark-mode.nvim"