feat(vim): show ~ at EnfOfBuffer
This commit is contained in:
parent
6c75767d0b
commit
321e79c569
1 changed files with 9 additions and 0 deletions
|
@ -149,6 +149,15 @@
|
||||||
{
|
{
|
||||||
plugin = kanagawa-nvim;
|
plugin = kanagawa-nvim;
|
||||||
config = ''
|
config = ''
|
||||||
|
lua <<EOF
|
||||||
|
local colors = require 'kanagawa.colors'.setup();
|
||||||
|
|
||||||
|
require 'kanagawa'.setup {
|
||||||
|
overrides = {
|
||||||
|
EndOfBuffer = { fg = colors.waveBlue2 },
|
||||||
|
},
|
||||||
|
}
|
||||||
|
EOF
|
||||||
colorscheme kanagawa
|
colorscheme kanagawa
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue