add nvim min

This commit is contained in:
iofq 2024-08-16 02:39:48 -05:00
parent 26575fa66e
commit 85f2c16817
7 changed files with 37 additions and 31 deletions

View file

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