aboutsummaryrefslogtreecommitdiff
path: root/autoload/filetype
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-01-18 16:34:31 +0530
committerAkshay Nair <phenax5@gmail.com>2026-01-18 16:34:31 +0530
commit8e6fa2062700d8c4816e8ecd95940805bedc245b (patch)
treef6c7ba5210e20ad8068285e4a7ba86d4c0620923 /autoload/filetype
parent64c5e3b2e5dd1310e79062170d96113ecc06a092 (diff)
downloadkakoune-config-8e6fa2062700d8c4816e8ecd95940805bedc245b.tar.gz
kakoune-config-8e6fa2062700d8c4816e8ecd95940805bedc245b.zip
Add plugins directory linking
Diffstat (limited to 'autoload/filetype')
-rw-r--r--autoload/filetype/justfile.kak1
1 files changed, 1 insertions, 0 deletions
diff --git a/autoload/filetype/justfile.kak b/autoload/filetype/justfile.kak
new file mode 100644
index 0000000..0a28a21
--- /dev/null
+++ b/autoload/filetype/justfile.kak
@@ -0,0 +1 @@
+hook global BufCreate .*[.]just %{ set-option buffer filetype just }