diff options
| author | philw <dscr@duck.com> | 2025-03-27 20:00:47 +0100 |
|---|---|---|
| committer | philw <dscr@duck.com> | 2025-03-27 20:00:47 +0100 |
| commit | 59d0efed5a8fe6bdcbcd537fe58e8a62511024ba (patch) | |
| tree | b5d282fadfd5a7b37cd33662e523939d9cf1b31c /init.lua | |
| parent | 538ab5ec04495f983795e700bcdc1c9220e15111 (diff) | |
| download | neovim-59d0efed5a8fe6bdcbcd537fe58e8a62511024ba.tar.gz neovim-59d0efed5a8fe6bdcbcd537fe58e8a62511024ba.zip | |
Update nvim config
Diffstat (limited to 'init.lua')
| -rw-r--r-- | init.lua | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -179,6 +179,7 @@ require("lazy").setup({ | |||
| 179 | }, | 179 | }, |
| 180 | }) | 180 | }) |
| 181 | 181 | ||
| 182 | vim.o.background = "dark" | ||
| 182 | vim.cmd('colorscheme gruvbox') | 183 | vim.cmd('colorscheme gruvbox') |
| 183 | require("colorizer").setup() | 184 | require("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"}}, |
