AutoYADM commit: 2025-05-07 16:58:17
This commit is contained in:
parent
1995a09dc3
commit
d225d9ae35
7 changed files with 36 additions and 1 deletions
|
@ -1,7 +1,21 @@
|
|||
colorscheme gruvbox-dark
|
||||
|
||||
# init bundle
|
||||
source "%val{runtime}/kak/rc/bundle/kak-bundle.kak"
|
||||
source "%val{config}/bundle/kak-bundle/rc/kak-bundle.kak"
|
||||
bundle-noload kak-bundle https://codeberg.org/jdugan6240/kak-bundle
|
||||
|
||||
bundle auto-pairs.kak https://github.com/alexherbo2/auto-pairs.kak %{
|
||||
enable-auto-pairs
|
||||
}
|
||||
|
||||
bundle fzf.kak https://github.com/andreyorst/fzf.kak %{
|
||||
require-module fzf
|
||||
set-option global fzf_highlight_command "bat"
|
||||
require-module fzf-grep
|
||||
set-option global fzf_grep_command "rg"
|
||||
require-module fzf-file
|
||||
set-option global fzf_file_command "fd . --no-ignore-vcs"
|
||||
}
|
||||
|
||||
# disable clippy
|
||||
set-option global ui_options terminal_assistant=none
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue