summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorGravatar Matthew Wozniak <me@woz.blue> 2026-07-08 15:27:33 -0400
committerGravatar Matthew Wozniak <me@woz.blue> 2026-07-08 15:27:33 -0400
commitf4e02cd480bf44db1f947c0011f2177b908e9861 (patch)
tree63e8f0bdec5240b6499411505b66ef7fa280a6a5 /init.lua
parentc70759274ba4cd4532bba7a4ce7d61b01634df77 (diff)
downloadnvim-f4e02cd480bf44db1f947c0011f2177b908e9861.tar.gz
nvim-f4e02cd480bf44db1f947c0011f2177b908e9861.zip
colorscheme; zlsHEADmaster
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.lua b/init.lua
index 4bd6c17..2374ee0 100644
--- a/init.lua
+++ b/init.lua
@@ -37,7 +37,7 @@ require("lazy").setup({
},
-- colorscheme that will be used when installing plugins.
- install = { colorscheme = { "gruvbox" } },
+ install = { colorscheme = { "monochrome" } },
-- automatically check for plugin updates, but don't tell me
checker = { enabled = true, notify = false },
})
@@ -46,4 +46,4 @@ vim.keymap.set('n', '<leader>ff', FzfLua.files)
vim.keymap.set('n', '<leader>b', FzfLua.buffers)
vim.keymap.set('n', '<leader>s', FzfLua.lsp_workspace_symbols)
-vim.cmd[[colorscheme gruvbox]]
+vim.cmd[[colorscheme monochrome]]