diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-01-18 16:34:31 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-01-18 16:34:31 +0530 |
| commit | 8e6fa2062700d8c4816e8ecd95940805bedc245b (patch) | |
| tree | f6c7ba5210e20ad8068285e4a7ba86d4c0620923 /autoload/filetype/justfile.kak | |
| parent | 64c5e3b2e5dd1310e79062170d96113ecc06a092 (diff) | |
| download | kakoune-config-8e6fa2062700d8c4816e8ecd95940805bedc245b.tar.gz kakoune-config-8e6fa2062700d8c4816e8ecd95940805bedc245b.zip | |
Add plugins directory linking
Diffstat (limited to 'autoload/filetype/justfile.kak')
| -rw-r--r-- | autoload/filetype/justfile.kak | 1 |
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 } |
