diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-05-11 22:49:26 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-05-11 22:49:26 +0200 |
commit | 04c2b6c07fdf711d983a9afd4d1ca5deb84d2102 (patch) | |
tree | 86247bb23bc5f02f7f6e57d71fc76734ff904c01 | |
parent | 92291b8dd1e1bea07404a34eb83c89a095e5b3a8 (diff) |
Rename git-conflict
-rw-r--r-- | fnl/plugins/git-conflict.fnl (renamed from fnl/plugins/git-conflicts.fnl) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fnl/plugins/git-conflicts.fnl b/fnl/plugins/git-conflict.fnl index aff898a..df3285e 100644 --- a/fnl/plugins/git-conflicts.fnl +++ b/fnl/plugins/git-conflict.fnl @@ -8,7 +8,6 @@ :desc "Git Conflict Refresh"}]) {1 :akinsho/git-conflict.nvim - :event :VeryLazy :version "*" :config true : keys} |