diff --git a/kak/plugins/.build/base16-kakoune/config b/kak/plugins/.build/base16-kakoune/config deleted file mode 100644 index c012df3..0000000 --- a/kak/plugins/.build/base16-kakoune/config +++ /dev/null @@ -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} - } - } -} diff --git a/kak/plugins/.build/base16-kakoune/hooks b/kak/plugins/.build/base16-kakoune/hooks deleted file mode 100644 index b53e270..0000000 --- a/kak/plugins/.build/base16-kakoune/hooks +++ /dev/null @@ -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" \ No newline at end of file