kak updates
This commit is contained in:
parent
00b1735bed
commit
ba422a0648
@ -34,10 +34,10 @@ set-option global luar_interpreter luajit
|
|||||||
|
|
||||||
## Treesitter ##
|
## 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-text-objects --session $kak_session }
|
||||||
#eval %sh{ kak-tree-sitter -dks --with-highlighting --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{
|
# evaluate-commands %sh{
|
||||||
# echo "colorscheme base16-$BASE16_THEME"
|
# 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 'quit kakoune' global user q ':q<ret>'
|
||||||
map -docstring 'toggle comments' global user c ':comment-line<ret>'
|
map -docstring 'toggle comments' global user c ':comment-line<ret>'
|
||||||
|
|
||||||
colorscheme gruvbox-dark
|
colorscheme base16-gruvbox-dark-medium
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user