aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-10-26 01:12:36 +0530
committerAkshay Nair <phenax5@gmail.com>2025-10-26 01:12:36 +0530
commita699f41c228b573ff980927d6807ea2b538c0be0 (patch)
tree9690227ac84f8b54b52ab28750b497ba219aa133 /README.md
parent5d823bbd19dc8589cfacdbe51ee5260042dacab2 (diff)
downloadkakoune-config-a699f41c228b573ff980927d6807ea2b538c0be0.tar.gz
kakoune-config-a699f41c228b573ff980927d6807ea2b538c0be0.zip
Move marks into fnl script
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index d1f48ed..1d2b8ee 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,15 @@
# kakoune-config
My kakoune configuration
+
+## Tools
+- [tmux](https://github.com/tmux/tmux): Window management
+- [daffm](https://github.com/phenax/daffm): File manager
+- [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
+- [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
+