summaryrefslogtreecommitdiff
path: root/fnl/config/treesitter.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-07 23:32:41 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-07 23:32:41 +0200
commitc713e546deca1f48a0d89980ff01191a50e8fcd2 (patch)
treeb96457d36ac77b4051439ea8880f5b33d3e4f895 /fnl/config/treesitter.fnl
parent936272fc2a5ae07470816d1b63f79bfadb3ef979 (diff)
fix(typos): bugs by typos and wrong lists
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 1fc0ec2..18d8f22 100644
--- a/fnl/config/treesitter.fnl
+++ b/fnl/config/treesitter.fnl
@@ -7,7 +7,7 @@
(treesitter.setup
{:ensure_installed "maintained"
:sync_install false
- :ignore_install { "" }
+ :ignore_install [ "" ]
:autopairs { :enable true }
:highlight {
:enable true