feat(nvf): add git integration plugins

This commit is contained in:
Mohammad Rafiq 2025-03-03 11:05:44 +08:00
parent 291bbc34e6
commit 60a0739d69

View file

@ -46,6 +46,7 @@ _: {
# - allow me to move files around with vim bindings # - allow me to move files around with vim bindings
}; };
# Fuzzy Finding
fzf-lua = { fzf-lua = {
enable = true; enable = true;
profile = "default"; profile = "default";
@ -54,6 +55,14 @@ _: {
enable = true; enable = true;
}; };
# Git Integration
git = {
enable = true;
git-conflict.enable = true;
gitsigns.enable = true;
vim-fugitive.enable = true;
};
# Languages # Languages
languages = { languages = {
markdown.enable = true; markdown.enable = true;