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

6 lines
306 B
Plaintext
Raw Normal View History

2024-01-02 22:35:15 +00:00
(let [diffview (require :diffview)]
(diffview.setup {:hooks {:diff_buf_read (fn [_bufnr]
(set vim.opt_local.relativenumber
false)
(set vim.b.toggle_line_style 0))}}))