Improved neovim config

This commit is contained in:
Eduard Urbach 2023-08-22 16:51:35 +02:00
parent ce110d730e
commit 3d3380b6b6
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
9 changed files with 129 additions and 20 deletions

View file

@ -6,6 +6,10 @@ return {
style = "dark",
transparent = false,
term_colors = true,
highlights = {
["StatusLine"] = {fg = "$bg3", bg = "Normal"},
["StatusLineNC"] = {fg = "$bg3", bg = "Normal"},
},
},
config = function(_, opts)
local theme = require("onedark")