dotfiles/home/config/nvim/plugins/neogit.fnl

8 lines
263 B
Text
Raw Normal View History

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