From a7ea3141a6f04c652eeb339b51bc465016b7d1ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Mon, 29 Jun 2026 21:41:15 +0200 Subject: [PATCH] kak: remove packages: themes and peneira --- kakoune/.config/kak/kakrc | 52 +-------------------------------------- 1 file changed, 1 insertion(+), 51 deletions(-) diff --git a/kakoune/.config/kak/kakrc b/kakoune/.config/kak/kakrc index 663a4ab..9d91a40 100644 --- a/kakoune/.config/kak/kakrc +++ b/kakoune/.config/kak/kakrc @@ -60,8 +60,6 @@ map global -docstring 'Options' user 'o' ': enter-user-mode options-mode' map global -docstring 'Five Dark mode' options-mode 'd' ': colorscheme five-colors-dark' map global -docstring 'Five Light mode' options-mode 'l' ': colorscheme five-colors-light' -map global -docstring 'Light mode' options-mode 'L' ': colorscheme one-light' -map global -docstring 'Dark mode' options-mode 'D' ': colorscheme one-darker' declare-user-mode make-mode map global -docstring 'Make' user 'k' ': enter-user-mode make-mode' @@ -205,19 +203,7 @@ map global lsp p ': lsp-find-error --previous error' -docstring 'fin source "%val{config}/bundle/kak-bundle/rc/kak-bundle.kak" bundle-noload kak-bundle https://codeberg.org/jdugan6240/kak-bundle -# COLORSCHEME - -bundle-theme kak-one 'https://codeberg.org/raiguard/kak-one' - -bundle-theme kakoune-themes 'https://codeberg.org/anhsirk0/kakoune-themes' - -# FZF - -bundle fzf.kak 'https://github.com/andreyorst/fzf.kak' %{ - map global -docstring 'FZF menu' user 'f' ': fzf-mode' - require-module fzf - set-option global fzf_highlight_command "bat" -} +# RECENT hook global BufCreate [^*].* %{ nop %sh{ @@ -248,42 +234,6 @@ bundle kak-harpoon 'https://codeberg.org/raiguard/kak-harpoon' %{ harpoon-add-bindings } -# PENEIRA - -bundle 'luar' 'https://github.com/gustavo-hms/luar' %{ - require-module luar -} - -bundle 'peneira' 'https://github.com/gustavo-hms/peneira' %{ - require-module peneira - - define-command buffers %{ - peneira 'buffers: ' %{ eval "printf '%s\n' $kak_quoted_buflist" } %{ - buffer %arg{1} - } - } - define-command peneira-git-files %{ - peneira 'git files: ' %{ git ls-files } %{ edit -- %arg{1} } - } - define-command peneira-files-with-hidden %{ - peneira 'git files: ' %{ fd -t f -H } %{ edit -- %arg{1} } - } - define-command peneira-recent-files %{ - peneira 'mru files: ' %{ cat ~/.cache/kak-mru } %{ edit -- %arg{1} } - } - - map global -docstring 'Buffer' user ' ' ': buffers' - - map global -docstring 'Git files' file-mode 'a' ': peneira-git-files' - map global -docstring 'Buffers' file-mode 'b' ': buffers' - map global -docstring 'Files' file-mode 'f' ': peneira-files' - map global -docstring 'Files' file-mode 'F' ': peneira-local-files' - map global -docstring 'Files (with hidden)' file-mode 'h' ': peneira-files-with-hidden' - map global -docstring 'Lines' file-mode 'l' ': peneira-lines' - map global -docstring 'Symbols' file-mode 's' ': peneira-symbols' - map global -docstring 'Recent files' file-mode 'r' ': peneira-recent-files' -} - # LOCAL define-command set-dark-or-light-colorscheme %{