neovim configuration using rocks.nvim plugin manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 7 lines 158 B view raw
1require("gitsigns").setup({ 2 on_attach = function() 3 vim.api.nvim_exec_autocmds("User", { 4 pattern = "GitAttach", 5 }) 6 end, 7})