From be79a7add4a103961a4849f28c02b221592a1085 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 14 Dec 2025 15:49:50 +0530 Subject: Remove luar --- autoload/+init.kak | 5 ----- 1 file changed, 5 deletions(-) (limited to 'autoload/+init.kak') 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 -- cgit v1.3.1