1
0
Fork 0
dotfiles/config/nvim/plugins/neogit.fnl

8 lines
263 B
Fennel

(let [neogit (require :neogit)]
(neogit.setup {:signs {; [ CLOSED, OPENED ]
:section ["" ""]
:item ["" ""]
:hunk ["" ""]}
:integrations {:diffview true}}))