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
|
||||
};
|
||||
|
||||
# Fuzzy Finding
|
||||
fzf-lua = {
|
||||
enable = true;
|
||||
profile = "default";
|
||||
|
@ -54,6 +55,14 @@ _: {
|
|||
enable = true;
|
||||
};
|
||||
|
||||
# Git Integration
|
||||
git = {
|
||||
enable = true;
|
||||
git-conflict.enable = true;
|
||||
gitsigns.enable = true;
|
||||
vim-fugitive.enable = true;
|
||||
};
|
||||
|
||||
# Languages
|
||||
languages = {
|
||||
markdown.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue