]> Arthur Taft Gitweb - nvim.git/blob - lua/plugins/git.lua
Change tab indent to 4 spaces
[nvim.git] / lua / plugins / git.lua
1 return {
2   { "lewis6991/gitsigns.nvim", opts = {} },
3   { "kdheepak/lazygit.nvim" },
4   { "tpope/vim-fugitive" },
5 }
6