aboutsummaryrefslogtreecommitdiff
path: root/autoload
diff options
context:
space:
mode:
Diffstat (limited to 'autoload')
-rw-r--r--autoload/build.kak6
1 files changed, 6 insertions, 0 deletions
diff --git a/autoload/build.kak b/autoload/build.kak
new file mode 100644
index 0000000..6547309
--- /dev/null
+++ b/autoload/build.kak
@@ -0,0 +1,6 @@
+set-option global makecmd 'make -j8'
+
+# TODO: For some reason <ret> doesnt jump to error
+hook global BufSetOption filetype=(?:typescript|javascript) %{
+ set-option global makecmd "%val{config}/scripts/tsc-vimgrep.sh"
+}