mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
add nvim min
This commit is contained in:
parent
26575fa66e
commit
85f2c16817
7 changed files with 37 additions and 31 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue