nvim: use OG gruvbox
This commit is contained in:
parent
137404d975
commit
ccbffa4c32
2 changed files with 2 additions and 2 deletions
|
@ -26,4 +26,4 @@ opt.backspace = "indent,eol,start"
|
||||||
opt.conceallevel = 0
|
opt.conceallevel = 0
|
||||||
-- vim.notify = require("notify")
|
-- vim.notify = require("notify")
|
||||||
-- vim.g.gruvbox_material_background = "medium"
|
-- vim.g.gruvbox_material_background = "medium"
|
||||||
vim.g.gruvbox_material_enable_bold = 1
|
vim.g.gruvbox_material_enable_bold = 0
|
||||||
|
|
|
@ -9,7 +9,7 @@ end
|
||||||
|
|
||||||
lualine.setup({
|
lualine.setup({
|
||||||
options = {
|
options = {
|
||||||
theme = "gruvbox-material",
|
theme = "gruvbox",
|
||||||
component_separators = { left = "|", right = "|" },
|
component_separators = { left = "|", right = "|" },
|
||||||
section_separators = { left = " ", right = " " },
|
section_separators = { left = " ", right = " " },
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue