From be79a7add4a103961a4849f28c02b221592a1085 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 14 Dec 2025 15:49:50 +0530 Subject: Remove luar --- .gitmodules | 3 --- autoload/+init.kak | 5 ----- autoload/luar | 1 - autoload/standard-library | 2 +- 4 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 .gitmodules delete mode 160000 autoload/luar diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index bd8486d..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "autoload/luar"] - path = autoload/luar - url = git@github.com:gustavo-hms/luar.git 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 diff --git a/autoload/luar b/autoload/luar deleted file mode 160000 index e32ac89..0000000 --- a/autoload/luar +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e32ac89fdc43e5dbd8750d55cbcf1aea66d3ebdf diff --git a/autoload/standard-library b/autoload/standard-library index 9590013..53a840a 120000 --- a/autoload/standard-library +++ b/autoload/standard-library @@ -1 +1 @@ -/nix/store/fvsky2ixb5c26a7nkvavwpl4pc6y594g-kakoune-2025.06.03/share/kak/rc \ No newline at end of file +/nix/store/1hf7ngjm8rs2swq2300sa7zn45cjzz9g-kakoune-2025.06.03/share/kak/rc \ No newline at end of file -- cgit v1.3.1