this repo has no description
0
fork

Configure Feed

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

at 99713eddf3a39d4f4b07b0cf7878393202ffccdf 37 lines 686 B view raw
1return { 2 { 3 "sindrets/diffview.nvim", 4 }, 5 { 6 "harrisoncramer/gitlab.nvim", 7 dependencies = { 8 "MunifTanjim/nui.nvim", 9 "nvim-lua/plenary.nvim", 10 "sindrets/diffview.nvim", 11 "stevearc/dressing.nvim", 12 "nvim-tree/nvim-web-devicons", 13 "rose-pine/neovim", 14 }, 15 enabled = true, 16 build = function() 17 require("gitlab.server").build(true) 18 end, -- Builds the Go binary 19 config = function() 20 require("gitlab").setup() 21 end, 22 }, 23 { 24 "ruifm/gitlinker.nvim", 25 opts = { 26 mappings = nil, 27 }, 28 }, 29 { 30 "lewis6991/gitsigns.nvim", 31 opts = { 32 diff_opts = { 33 vertical = true, 34 }, 35 }, 36 }, 37}