summaryrefslogtreecommitdiff
path: root/.config/nvim/fnl/plugins/knap.fnl
blob: 8bfea3617ae817525809d562c1298a53c1a7d632 (plain)
1
2
3
4
5
6
7
8
(local gknapsettings
       {:texoutputext :pdf
        :textopdf "tectonic %docroot%"
        :textopdfviewerlaunch "sioyek %outputfile%"
        :textopdfviewerrefresh "kill -HUP %pid%"})

(set vim.g.knap_settings gknapsettings)