Improved neovim config

This commit is contained in:
2023-08-22 16:51:35 +02:00
parent ce110d730e
commit 3d3380b6b6
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")