aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/plugins/colorscheme.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/colorscheme.lua b/lua/plugins/colorscheme.lua
index 4be9a7e..6f9e9d2 100644
--- a/lua/plugins/colorscheme.lua
+++ b/lua/plugins/colorscheme.lua
@@ -49,7 +49,7 @@ vim.api.nvim_command("highlight WinSeparator guibg=none gui=bold")
vim.api.nvim_command("highlight MsgSeparator guibg=none")
vim.api.nvim_command("highlight PmenuSel guibg=none")
vim.api.nvim_command("highlight winblend guibg=none")
-
+vim.api.nvim_command("highlight EndOfBuffer guibg=NONE guifg=Normal")
-- Set different window separator colorscheme
vim.cmd [[
au WinEnter * setl winhl=WinSeparator:WinSeparatorA