aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-04-17 20:26:26 -0400
committeriamcheeseman <[email protected]>2026-04-17 20:26:26 -0400
commit81e60d175ee080a6564d0ba874760500dc2a3704 (patch)
treed0143a8367293122bc0465d43633979dbe60cf64 /.config
parent34874e620cb9e1bd3eee83dab6d392ed92a6f68c (diff)
nvim: change to the suncheese theme
Diffstat (limited to '.config')
-rw-r--r--.config/nvim/init.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/nvim/init.lua b/.config/nvim/init.lua
index 466b2df..6e0c68d 100644
--- a/.config/nvim/init.lua
+++ b/.config/nvim/init.lua
@@ -53,6 +53,7 @@ vim.pack.add({
"https://github.com/neovim/nvim-lspconfig",
"https://codeberg.org/comfysage/artio.nvim",
"https://github.com/tpope/vim-fugitive",
+ "https://git.iamcheeseman.net/mooncheese.nvim.git",
})
for _, plugin in ipairs(vim.pack.get()) do
@@ -119,7 +120,7 @@ vim.diagnostic.config({
severity_sort = true,
})
-vim.cmd.colorscheme("habamax")
+vim.cmd.colorscheme("suncheese")
vim.api.nvim_set_hl(0, "Cursor_i", {bg="#00FFFF"})
vim.api.nvim_set_hl(0, "Cursor_v", {bg="#FF00FF"})