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

4 lines
104 B
Plaintext
Raw Normal View History

2022-06-15 12:38:43 +00:00
(let [diffview (require :diffview)]
(diffview.setup {:signs {:fold_closed "" :fold_open ""}}))