Skip to content

Commit

Permalink
fix(git): gitblame (AstroNvim#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 and owittek committed Apr 4, 2023
1 parent 13473ae commit ed5ac40
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
5 changes: 0 additions & 5 deletions lua/astrocommunity/git/git-blame/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions lua/astrocommunity/git/git-blame/git-blame.lua

This file was deleted.

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 ed5ac40

Please sign in to comment.