Skip to content

Commit

Permalink
terminal/editors/neovim: add git-conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jun 4, 2024
1 parent fcd1ed7 commit 8befc6f
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
_: {
programs.nixvim = {
plugins = {
git-conflict = {
enable = true;
};
};
};
}

0 comments on commit 8befc6f

Please sign in to comment.