summaryrefslogtreecommitdiff
path: root/fnl/plugins/treesitter.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-07-29 00:03:58 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-07-29 00:03:58 +0200
commit7096adce11b93787170c09b79a6170d97b4a977c (patch)
tree1ccb3901136fc31728652e4db9595c1d7b1cccf5 /fnl/plugins/treesitter.fnl
parentbeb3ed1effdc5dbd047c583598b83615075363b7 (diff)
Replace fn with λ and how cmds are imported
Diffstat (limited to 'fnl/plugins/treesitter.fnl')
-rw-r--r--fnl/plugins/treesitter.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/treesitter.fnl b/fnl/plugins/treesitter.fnl
index e7d20f9..650f132 100644
--- a/fnl/plugins/treesitter.fnl
+++ b/fnl/plugins/treesitter.fnl
@@ -83,7 +83,7 @@
:peek_definition_code {:md "@function.outer"
:mD "@class.outer"}}}})
-(fn config []
+(λ config []
(let [treesitter (require :nvim-treesitter.configs)]
(treesitter.setup opts)))