remove plugin
This commit is contained in:
parent
c020f8314b
commit
3ac60981c5
@ -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}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -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"
|
||||
Loading…
x
Reference in New Issue
Block a user