nvim: add gitsigns
parent
77b1ef7a07
commit
a7356cabbe
|
@ -81,6 +81,7 @@ in
|
||||||
plenary-nvim # for telescope, neogit
|
plenary-nvim # for telescope, neogit
|
||||||
telescope-nvim
|
telescope-nvim
|
||||||
which-key-nvim
|
which-key-nvim
|
||||||
|
gitsigns-nvim
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -430,3 +430,5 @@ orgmode.setup({
|
||||||
org_agenda_files = { "~/Notes/org" },
|
org_agenda_files = { "~/Notes/org" },
|
||||||
org_default_notes_file = "~/Notes/org/refile.org",
|
org_default_notes_file = "~/Notes/org/refile.org",
|
||||||
})
|
})
|
||||||
|
|
||||||
|
require("gitsigns").setup()
|
||||||
|
|
Loading…
Reference in New Issue