From 4090ef28468e4f70525eb86a0dadacca998c391f Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 17 Jul 2022 22:08:02 +0200 Subject: Improve util import --- fnl/config/treesitter.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fnl/config/treesitter.fnl') diff --git a/fnl/config/treesitter.fnl b/fnl/config/treesitter.fnl index b94e442..d71e9ce 100644 --- a/fnl/config/treesitter.fnl +++ b/fnl/config/treesitter.fnl @@ -1,6 +1,6 @@ ;; 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}}) (let [treesitter (util.load-plugin :nvim-treesitter.configs)] (treesitter.setup {:ensure_installed [:c -- cgit v1.2.3-70-g09d2