diff options
| author | iamcheeseman <[email protected]> | 2026-04-17 20:26:26 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-04-17 20:26:26 -0400 |
| commit | 81e60d175ee080a6564d0ba874760500dc2a3704 (patch) | |
| tree | d0143a8367293122bc0465d43633979dbe60cf64 | |
| parent | 34874e620cb9e1bd3eee83dab6d392ed92a6f68c (diff) | |
nvim: change to the suncheese theme
| -rw-r--r-- | .config/nvim/init.lua | 3 |
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"}) |
