aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
-rw-r--r--autoload/+init.kak5
m---------autoload/luar0
l---------autoload/standard-library2
4 files changed, 1 insertions, 9 deletions
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
-Subproject e32ac89fdc43e5dbd8750d55cbcf1aea66d3ebd
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