diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-05-24 23:28:50 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-05-24 23:28:50 +0200 |
| commit | 0362d66448d336f56340f4526548d2e80d2f2cc6 (patch) | |
| tree | 8c72a4d051a56a41f09d2e1c8136baeb28859ab0 /lua | |
| parent | 6d5680f750d4a7e6760bd55ae0b4543f6ed0b609 (diff) | |
| download | dotfiles-0362d66448d336f56340f4526548d2e80d2f2cc6.tar.gz dotfiles-0362d66448d336f56340f4526548d2e80d2f2cc6.zip | |
Add EndOfBuffer binding
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins/colorscheme.lua | 2 |
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 |
