Improved neovim config
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user