From 5254be1211f44451333a7067afc26344eae7b488 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Tue, 26 Nov 2024 13:30:16 +0100 Subject: nvim: add typst plugins --- .config/nvim/lua/plugins/typst.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .config/nvim/lua/plugins/typst.lua (limited to '.config/nvim/lua/plugins/typst.lua') diff --git a/.config/nvim/lua/plugins/typst.lua b/.config/nvim/lua/plugins/typst.lua new file mode 100644 index 0000000..c04ea70 --- /dev/null +++ b/.config/nvim/lua/plugins/typst.lua @@ -0,0 +1,10 @@ +return { + { + 'chomosuke/typst-preview.nvim', + ft = 'typst', + version = '1.*', + config = function() + require 'typst-preview'.setup {} + end, + } +} -- cgit v1.2.3-70-g09d2