Improved neovim config
This commit is contained in:
parent
ce110d730e
commit
3d3380b6b6
9 changed files with 129 additions and 20 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue