aboutsummaryrefslogtreecommitdiff
path: root/.local/share/mode/plug.d/20_export_vim_theme
blob: 12304f3bfe97de6d45d03c808007441d92d24068 (plain)
1
2
3
4
5
6
#!/bin/sh
# warn if the vim theme is not installed
if [ "$(find "$XDG_CONFIG_HOME/nvim" -name "$vim_theme_name.vim" | wc -l)" -eq 0 ] ; then
	echo "warn: vim theme $vim_theme_name does not appear to be installed" >&2
fi
themevar vim_theme_name