Skip to content

Commit

Permalink
Merge pull request #83 from redyf/dev
Browse files Browse the repository at this point in the history
fix: trace warning for current line blame on gitsigns
  • Loading branch information
redyf authored Apr 14, 2024
2 parents c506383 + c756051 commit 13f95f5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 21 deletions.
2 changes: 0 additions & 2 deletions config/completion/cmp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
};
};
settings = {
# FIX: Fix error in mappings that's breaking Neve

mapping = {
__raw = ''
cmp.mapping.preset.insert({
Expand Down
2 changes: 1 addition & 1 deletion config/git/gitsigns.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
enable = true;
settings = {
trouble = true;
currentLineBlame = false;
current_line_blame = false;
};
};
keymaps = [
Expand Down
36 changes: 18 additions & 18 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 13f95f5

Please sign in to comment.