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

4 lines
104 B
Fennel

(let [diffview (require :diffview)]
(diffview.setup {:signs {:fold_closed "" :fold_open ""}}))