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

8 lines
263 B
Plaintext
Raw Normal View History

2022-04-05 19:57:44 +00:00
(let [neogit (require :neogit)]
(neogit.setup {:signs {; [ CLOSED, OPENED ]
:section ["" ""]
:item ["" ""]
2022-06-15 12:38:43 +00:00
:hunk ["" ""]}
:integrations {:diffview true}}))