From 717ed5d90813ac7610b8d9cf1e110b6f31e87efc Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 20 Oct 2025 22:04:58 +0530 Subject: Fix datadir for marks + enable treesitter --- autoload/+init.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoload/+init.kak') diff --git a/autoload/+init.kak b/autoload/+init.kak index f2cc02a..b1290fb 100644 --- a/autoload/+init.kak +++ b/autoload/+init.kak @@ -1,11 +1,11 @@ # Link builtin autoloads nop %sh{ ln -s "$kak_runtime/rc" "$kak_config/autoload/standard-library" 2>/dev/null || true } evaluate-commands %sh{kcr init kakoune} +evaluate-commands %sh{kak-tree-sitter -dksvv --init "${kak_session}" --with-highlighting --with-text-objects} hook global KakBegin .* %{ require-module luar set-option global luar_interpreter luajit - # evaluate-commands %sh{kak-tree-sitter -dksvv --init "${kak_session}" --with-highlighting --with-text-objects} } colorscheme phenax -- cgit v1.3.1