aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-06-23 00:50:21 +0530
committerAkshay Nair <phenax5@gmail.com>2026-06-23 00:50:21 +0530
commit7502d1e84ae9956356e1578f65d11a8326ce3ec0 (patch)
treed5f9140d2e4ffcd57df971b2b27dc655b7a6294c /README.md
parente254ac67272707644be53aa1eb296917651a1771 (diff)
downloadkakoune-config-7502d1e84ae9956356e1578f65d11a8326ce3ec0.tar.gz
kakoune-config-7502d1e84ae9956356e1578f65d11a8326ce3ec0.zip
Refactor fennel scripts to babashka clojure
Diffstat (limited to '')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1d2b8ee..51f198e 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,9 @@ My kakoune configuration
- [gitu](https://github.com/altsem/gitu): Git ui
- [fd](https://github.com/sharkdp/fd): Find files
- [rg](https://github.com/BurntSushi/ripgrep): Grep command
-- [./scripts/apply_vimgrep_updates.fnl](./scripts/apply_vimgrep_updates.fnl): Apply changes made to grep buffer
+- [./scripts/grep-write.clj](./scripts/grep-write.clj): Apply changes made to grep buffer
- [kakoune-lsp](https://github.com/kakoune-lsp/kakoune-lsp): LSP client
- [kak-tree-sitter](https://git.sr.ht/~hadronized/kak-tree-sitter): Treesitter syntax highlighting
- [kakoune.cr](https://github.com/alexherbo2/kakoune.cr): Connecting with kakoune session
-- [./scripts/marks.fnl](./scripts/marks.fnl): Marking files root per-directory
+- [./scripts/marks.clj](./scripts/marks.clj): Marking files root per-directory