Skip to content

Commit

Permalink
fix(gitsigns.nvim): remove watch_gitdir interval
Browse files Browse the repository at this point in the history
  • Loading branch information
mars90226 committed Jun 20, 2023
1 parent f383115 commit b2d0c51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/vimrc/plugins/gitsigns.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ gitsigns.setup_config = function()
word_diff = false,
on_attach = gitsigns.on_attach,
watch_gitdir = {
interval = 60 * 1000, -- NOTE: Reduce the `epoll_pwait()` amount to reduce CPU usage
follow_files = true,
},
current_line_blame = true,
Expand Down

0 comments on commit b2d0c51

Please sign in to comment.