From cc6d6fcfc6e8403e87dae9f092e61f0edf8e3cc6 Mon Sep 17 00:00:00 2001
From: ryo <ryo@nopwd.lol>
Date: Wed, 30 Oct 2024 20:10:03 +0000
Subject: Initial commit

---
 config/nvim/after/ftplugin/typst.vim | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 config/nvim/after/ftplugin/typst.vim

(limited to 'config/nvim/after/ftplugin/typst.vim')

diff --git a/config/nvim/after/ftplugin/typst.vim b/config/nvim/after/ftplugin/typst.vim
new file mode 100644
index 0000000..365f107
--- /dev/null
+++ b/config/nvim/after/ftplugin/typst.vim
@@ -0,0 +1 @@
+nmap <buffer> <Leader>z <cmd>call system("zathura " .. expand("%:r") .. ".pdf &")<cr>
-- 
cgit v1.2.3