tonight's rice

This commit is contained in:
iofq 2024-08-16 02:09:15 -05:00
parent bff0f4c78b
commit 26575fa66e
9 changed files with 102 additions and 22 deletions

View file

@ -2,7 +2,12 @@ if vim.g.did_load_neogit_plugin then
return
end
vim.g.did_load_neogit_plugin = true
require("diffview").setup({
enhanced_diff_hl = true,
default_args = {
DiffviewOpen = {"--imply-local"},
},
})
local neogit = require('neogit')
neogit.setup {
disable_builtin_notifications = true,