fix(kak): remove bugged kakboard

This commit is contained in:
Johann Dreo 2022-08-12 10:52:50 +02:00
commit 901994db5e

View file

@ -199,9 +199,15 @@ plug 'occivink/kakoune-vertical-selection' %{
} }
# System clipboard integration. # System clipboard integration.
plug "lePerdu/kakboard" %{ # FIXME bug: does not allow correct multi-cursors paste.
hook global WinCreate .* %{ kakboard-enable } #plug "lePerdu/kakboard" %{
} # hook global WinCreate .* %{ kakboard-enable }
#}
# Keep the 1 register in sync with the system clipboard .
# FIXME: does not work either.
# hook global RegisterModified '1' %{ nop %sh{
# printf %s "$kak_main_reg_dquote" | xsel --input --clipboard
# }}
# Fuzzy search # Fuzzy search
plug "andreyorst/fzf.kak" %{ plug "andreyorst/fzf.kak" %{