mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
tonight's rice
This commit is contained in:
parent
bff0f4c78b
commit
26575fa66e
9 changed files with 102 additions and 22 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue