kak updates

This commit is contained in:
Michael Chalupiak 2025-03-20 10:06:56 -04:00
parent 00b1735bed
commit ba422a0648

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 -dks --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 -dks --init $kak_session }
# evaluate-commands %sh{
# echo "colorscheme base16-$BASE16_THEME"
# }
@ -436,4 +436,4 @@ map -docstring 'clipboard paste' global user p ':xpaste<ret>'
map -docstring 'quit kakoune' global user q ':q<ret>'
map -docstring 'toggle comments' global user c ':comment-line<ret>'
colorscheme gruvbox-dark
colorscheme base16-gruvbox-dark-medium