treesitter updates

This commit is contained in:
Michael Chalupiak 2025-03-22 18:24:24 -04:00
parent 6c5cae2b9a
commit 6406bd637b
2 changed files with 10 additions and 1446 deletions

File diff suppressed because it is too large Load Diff

View File

@ -34,10 +34,10 @@ set-option global luar_interpreter luajit
## Treesitter ##
# eval %sh{ kak-tree-sitter -dksv --with-highlighting --with-text-objects --init $kak_session }
# eval %sh{ kak-tree-sitter -dksvvv --with-highlighting --with-text-objects --init $kak_session }
#eval %sh{ kak-tree-sitter -dks --with-text-objects --session $kak_session }
#eval %sh{ kak-tree-sitter -dks --with-highlighting --session $kak_session }
eval %sh{ kak-tree-sitter -dks --init $kak_session }
eval %sh{ kak-tree-sitter -dksvvv --init $kak_session }
# evaluate-commands %sh{
# echo "colorscheme base16-$BASE16_THEME"
# }
@ -225,7 +225,6 @@ define-command -docstring 'Invoke fzf to select a buffer' fzf-buffer %{
) |
fzf-tmux --cycle -p 80%,90% --read0 --preview='bat --theme=base16-256 --color=always {} 2>/dev/null'
)
BUFFER=${BUFFER/\'/\'\'}
if [ -n "$BUFFER" ]; then
printf "buffer %s" "${BUFFER}"
fi