Improved neovim config

This commit is contained in:
Eduard Urbach 2023-08-22 16:51:35 +02:00
parent 383ebe0fba
commit cde253a0a9
Signed by: akyoto
GPG key ID: 49226B848C78F6C8
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")