remove plugin

This commit is contained in:
Tucker McKnight 2025-02-20 00:05:33 -07:00
parent c020f8314b
commit 3ac60981c5
2 changed files with 0 additions and 21 deletions

View File

@ -1,19 +0,0 @@
try %{
colorscheme solarized-dark
} catch %{
echo -debug "Error while evaluating 'base16-kakoune' configuration: %val{error}"
set-option -add current plug_conf_errors "Error while evaluating 'base16-kakoune' configuration:"
set-option -add current plug_conf_errors %sh{ printf "\n " }
set-option -add current plug_conf_errors %val{error}
set-option -add current plug_conf_errors %sh{ printf "\n\n" }
hook -once -group plug-conf-err global WinDisplay .* %{
info -style modal -title "plug.kak error" "%opt{plug_conf_errors}"
on-key %{
info -style modal
execute-keys -with-maps -with-hooks %val{key}
}
}
}

View File

@ -1,2 +0,0 @@
[ -d "/Users/tmcknight/.config/kak/colors" ] || mkdir -p "/Users/tmcknight/.config/kak/colors"; ln -sf "$PWD" "/Users/tmcknight/.config/kak/colors"