aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-12-14 15:49:50 +0530
committerAkshay Nair <phenax5@gmail.com>2025-12-14 15:52:17 +0530
commitbe79a7add4a103961a4849f28c02b221592a1085 (patch)
tree9fbb4f87306933413a35c0ed4a778ec2380a32e2
parent8d7b9f00c55cc6e005344af4a145adbbbc39bc1d (diff)
downloadkakoune-config-be79a7add4a103961a4849f28c02b221592a1085.tar.gz
kakoune-config-be79a7add4a103961a4849f28c02b221592a1085.zip
Remove luar
Diffstat (limited to '')
-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