1
0
Fork 0
dotfiles/home/config/nvim/plugins/urlview.fnl

4 lines
94 B
Plaintext
Raw Normal View History

2022-04-27 20:17:26 +00:00
(let [urlview (require :urlview)]
(urlview.setup {:navigate_method :system :debug false}))