summaryrefslogtreecommitdiff
path: root/fnl/config/treesitter.fnl
diff options
context:
space:
mode:
authoraktersnurra <grydholm@kth.se>2022-04-30 13:05:36 +0200
committeraktersnurra <grydholm@kth.se>2022-04-30 13:05:36 +0200
commit04098ac968410bf3e1b091c1f18eb15e326dcf80 (patch)
treee39b420c002328bba8979ff0c721fe3c622bcb73 /fnl/config/treesitter.fnl
parent40aae93e63c6849db1183b026e4b5b64c49c2154 (diff)
style: format
Diffstat (limited to 'fnl/config/treesitter.fnl')
-rw-r--r--fnl/config/treesitter.fnl3
1 files changed, 2 insertions, 1 deletions
diff --git a/fnl/config/treesitter.fnl b/fnl/config/treesitter.fnl
index e3ae299..ecd88f9 100644
--- a/fnl/config/treesitter.fnl
+++ b/fnl/config/treesitter.fnl
@@ -1,6 +1,7 @@
;; Treesitter is a tool for building syntax trees for source files.
;; In the neovim context it helps with better coloring.
-(module config.treesitter {autoload {util util}})
+(module config.treesitter
+ {autoload {util util}})
(let [treesitter (util.load-plugin :nvim-treesitter.configs)]
(treesitter.setup