diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-12-14 15:49:50 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-12-14 15:52:17 +0530 |
| commit | be79a7add4a103961a4849f28c02b221592a1085 (patch) | |
| tree | 9fbb4f87306933413a35c0ed4a778ec2380a32e2 /autoload/+init.kak | |
| parent | 8d7b9f00c55cc6e005344af4a145adbbbc39bc1d (diff) | |
| download | kakoune-config-be79a7add4a103961a4849f28c02b221592a1085.tar.gz kakoune-config-be79a7add4a103961a4849f28c02b221592a1085.zip | |
Remove luar
Diffstat (limited to 'autoload/+init.kak')
| -rw-r--r-- | autoload/+init.kak | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/autoload/+init.kak b/autoload/+init.kak index 94c5c44..3d9f734 100644 --- a/autoload/+init.kak +++ b/autoload/+init.kak @@ -4,11 +4,6 @@ nop %sh{ ln -sf "$kak_runtime/rc" "$kak_config/autoload/standard-library" 2>/dev eval %sh{kak-tree-sitter -dksvv --init "${kak_session}" --with-highlighting --with-text-objects} eval %sh{kcr init kakoune} -hook global KakBegin .* %{ - require-module luar - set-option global luar_interpreter luajit -} - # hook global BufCreate .*[.]tsx %{ # set-option buffer filetype tsx # set-option buffer tree_sitter_lang tsx |
