From 0362d66448d336f56340f4526548d2e80d2f2cc6 Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 24 May 2023 23:28:50 +0200 Subject: Add EndOfBuffer binding --- lua/plugins/colorscheme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3