aboutsummaryrefslogtreecommitdiffstats
path: root/init.lua
diff options
context:
space:
mode:
authorphilw <dscr@duck.com>2025-03-27 20:00:47 +0100
committerphilw <dscr@duck.com>2025-03-27 20:00:47 +0100
commit59d0efed5a8fe6bdcbcd537fe58e8a62511024ba (patch)
treeb5d282fadfd5a7b37cd33662e523939d9cf1b31c /init.lua
parent538ab5ec04495f983795e700bcdc1c9220e15111 (diff)
downloadneovim-59d0efed5a8fe6bdcbcd537fe58e8a62511024ba.tar.gz
neovim-59d0efed5a8fe6bdcbcd537fe58e8a62511024ba.zip
Update nvim config
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 5e2f12b..44564b2 100644
--- a/init.lua
+++ b/init.lua
@@ -179,6 +179,7 @@ require("lazy").setup({
179 }, 179 },
180}) 180})
181 181
182vim.o.background = "dark"
182vim.cmd('colorscheme gruvbox') 183vim.cmd('colorscheme gruvbox')
183require("colorizer").setup() 184require("colorizer").setup()
184 185
@@ -228,7 +229,7 @@ local highlights = {
228 {"GitGutterChangeDelete", {bg = "none"}}, 229 {"GitGutterChangeDelete", {bg = "none"}},
229 {"NonText", {fg = "none"}}, 230 {"NonText", {fg = "none"}},
230 {"EndOfBuffer", {fg = "none", bg = "none"}}, 231 {"EndOfBuffer", {fg = "none", bg = "none"}},
231 {"Normal", {bg = "none"}}, 232-- {"Normal", {bg = "none"}},
232 {"SignColumn", {bg = "none"}}, 233 {"SignColumn", {bg = "none"}},
233 {"StatusLine", {bg = "none", fg = "none"}}, 234 {"StatusLine", {bg = "none", fg = "none"}},
234 {"StatusLineNc", {bg = "none", fg = "none"}}, 235 {"StatusLineNc", {bg = "none", fg = "none"}},