diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-10-20 22:04:58 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-10-21 13:39:46 +0530 |
| commit | 717ed5d90813ac7610b8d9cf1e110b6f31e87efc (patch) | |
| tree | 42162cb8d837eb63fa9b8a9e5dfbb480464e9065 /autoload/+init.kak | |
| parent | 662295b04b96580bcf1c78df9d13dca89adaa454 (diff) | |
| download | kakoune-config-717ed5d90813ac7610b8d9cf1e110b6f31e87efc.tar.gz kakoune-config-717ed5d90813ac7610b8d9cf1e110b6f31e87efc.zip | |
Fix datadir for marks + enable treesitter
Diffstat (limited to 'autoload/+init.kak')
| -rw-r--r-- | autoload/+init.kak | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
