Skip to content

Commit

Permalink
fix(git): gitblame (#112)
Browse files Browse the repository at this point in the history
* fix(git): Git-blame-nvim, foldername and  lazy loading on git files

* fix(motion): make stylua happy
  • Loading branch information
luxus authored Apr 1, 2023
1 parent cfcf2a9 commit d41f4ae
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
return {
"f-person/git-blame.nvim",
event = "User AstroFile",
event = "User AstroGitFile",
}
2 changes: 1 addition & 1 deletion lua/astrocommunity/motion/nvim-surround/nvim-surround.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ return {
"kylechui/nvim-surround",
version = "*", -- Use for stability; omit to use `main` branch for the latest features
event = "VeryLazy",
opts = {}
opts = {},
},
}

0 comments on commit d41f4ae

Please sign in to comment.