From 1a5ab96f7e695249bbbfdf72c53ccc1eb2f9f399 Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 28 Mar 2024 23:08:55 +0900 Subject: feat(packs/treesitter): add typst to ensure_installed --- fnl/nvrc/pack.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fnl/nvrc/pack.fnl') 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) -- cgit 1.4.1