diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-08 00:06:46 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-08 00:06:46 +0200 |
commit | c7ec0420d710f2f6bacc92d2ceaf8a9fa886aaeb (patch) | |
tree | 1054187e32ab35715ef9dfb8029a4e26eb0aacf3 /fnl/config/treesitter.fnl | |
parent | 5756648079a7d9753ab72427e0ff20a9178dd1e1 (diff) |
fix(typos): final fixes of typos hopefully
Diffstat (limited to 'fnl/config/treesitter.fnl')
-rw-r--r-- | fnl/config/treesitter.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/treesitter.fnl b/fnl/config/treesitter.fnl index 18d8f22..f88a8b9 100644 --- a/fnl/config/treesitter.fnl +++ b/fnl/config/treesitter.fnl @@ -17,4 +17,4 @@ :enable true :enable_autocmd false} :indent { :enable true :disable [ "yaml" "python" "css" ] } - :playground { :enable true }})) + :playground { :enable true })) |