about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r--fnl/nvrc/pack.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index 87852a5..ca9d29c 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -23,7 +23,7 @@
 (pack! :p00f/clangd_extensions.nvim {:req :clangd
                                      :ft [:c :cpp :objc :objcpp]})
 (pack! :chomosuke/typst-preview.nvim {:req :typst-preview :ft :typst :version :0.1.*
-                                      :build #(. ((require :typst-preview) :update))})
+                                      :build #((. ((require :typst-preview) :update)))})
 (pack! :mfussenegger/nvim-dap {:req :dap
                                :event :VeryLazy
                                :dependencies [(pack :nvim-lua/plenary.nvim)