this repo has no description
0
fork

Configure Feed

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

nvim: fix gitlab color errors on boot

+5 -4
+2 -2
nvim/lazy-lock.json
··· 14 14 "mason.nvim": { "branch": "main", "commit": "e2f7f9044ec30067bc11800a9e266664b88cda22" }, 15 15 "nui.nvim": { "branch": "main", "commit": "b58e2bfda5cea347c9d58b7f11cf3012c7b3953f" }, 16 16 "nvim-cmp": { "branch": "main", "commit": "29fb4854573355792df9e156cb779f0d31308796" }, 17 - "nvim-lspconfig": { "branch": "master", "commit": "59a6766cbf32c7e4cf3ed685ccad7ffe1dde8c40" }, 17 + "nvim-lspconfig": { "branch": "master", "commit": "54617a18f4cf46f0c2f6d024fa6feb7515fe036d" }, 18 18 "nvim-tree.lua": { "branch": "master", "commit": "4a9e82d10a3715d0c3845e1d2f66ddfb8b711253" }, 19 - "nvim-treesitter": { "branch": "master", "commit": "1c111e3e8f42c85b16cb4bf30e4254fcb5607817" }, 19 + "nvim-treesitter": { "branch": "master", "commit": "f9e9370a6f710148f4a3f3f4f23d5349c85c2888" }, 20 20 "nvim-web-devicons": { "branch": "master", "commit": "19d257cf889f79f4022163c3fbb5e08639077bd8" }, 21 21 "plenary.nvim": { "branch": "master", "commit": "2d9b06177a975543726ce5c73fca176cedbffe9d" }, 22 22 "render-markdown.nvim": { "branch": "main", "commit": "fc05fb7c56795f191b6800799a2ec6ea325ba715" },
+3 -2
nvim/lua/plugins/gitlab.lua
··· 4 4 "MunifTanjim/nui.nvim", 5 5 "nvim-lua/plenary.nvim", 6 6 "sindrets/diffview.nvim", 7 - "stevearc/dressing.nvim", -- Recommended but not required. Better UI for pickers. 8 - "nvim-tree/nvim-web-devicons" -- Recommended but not required. Icons in discussion tree. 7 + "stevearc/dressing.nvim", 8 + "nvim-tree/nvim-web-devicons", 9 + "rose-pine/neovim", 9 10 }, 10 11 enabled = true, 11 12 build = function () require("gitlab.server").build(true) end, -- Builds the Go binary