feat(nvf): add git integration plugins
This commit is contained in:
parent
291bbc34e6
commit
60a0739d69
1 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue