summaryrefslogtreecommitdiff
path: root/fnl/config/treesitter.fnl
diff options
context:
space:
mode:
authoraktersnurra <grydholm@kth.se>2022-04-10 23:36:35 +0200
committeraktersnurra <grydholm@kth.se>2022-04-10 23:36:35 +0200
commitd120046ac47aeab5bca42353d687503be693c7eb (patch)
tree41cca8533a41400cfc596ee3777923c37ea749a5 /fnl/config/treesitter.fnl
parentc657176b6acee15491288ade9b41384a3c98c09e (diff)
fix(treesitter); typo
Diffstat (limited to 'fnl/config/treesitter.fnl')
-rw-r--r--fnl/config/treesitter.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/treesitter.fnl b/fnl/config/treesitter.fnl
index f88a8b9..f265533 100644
--- a/fnl/config/treesitter.fnl
+++ b/fnl/config/treesitter.fnl
@@ -3,7 +3,7 @@
(module config.treesitter
{autoload {util util}})
-(let [treesitter (util.load-plugin :nvim-treesitter.config)]
+(let [treesitter (util.load-plugin :nvim-treesitter.configs)]
(treesitter.setup
{:ensure_installed "maintained"
:sync_install false