dotfiles/config/automatrop/roles/vim/templates/plugins/shade.j2

7 lines
154 B
Django/Jinja

{# Dim inactive windows #}
{# Not working very well, at least with undotree #}
{{add_source('sunjon/shade.nvim')-}}
lua << EOF
require'shade'.setup()
EOF