mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-03-22 01:39:54 +01:00
oops
This commit is contained in:
+9
-9
@@ -6,12 +6,12 @@ vim.g.mapleader = " "
|
||||
vim.g.gruvbox_material_background = "medium"
|
||||
vim.g.coq_settings = { keymap = { recommended = false } }
|
||||
vim.g.gruvbox_material_foreground = "original"
|
||||
if time >= 10 and time < 20 then
|
||||
vim.g.lightline = {
|
||||
colorscheme = "one",
|
||||
}
|
||||
else
|
||||
vim.g.lightline = {
|
||||
colorscheme = "gruvbox",
|
||||
}
|
||||
end
|
||||
-- if time >= 10 and time < 20 then
|
||||
-- vim.g.lightline = {
|
||||
-- colorscheme = "one",
|
||||
-- }
|
||||
-- else
|
||||
-- vim.g.lightline = {
|
||||
-- colorscheme = "gruvbox",
|
||||
-- }
|
||||
-- end
|
||||
|
||||
Reference in New Issue
Block a user