docs: fixed instructions to install using lazy plugin manager (#148)
This is a docs fix, will not ship tags/release: NONE
This commit is contained in:
@@ -59,8 +59,8 @@ return {
|
|||||||
"sindrets/diffview.nvim",
|
"sindrets/diffview.nvim",
|
||||||
"stevearc/dressing.nvim", -- Recommended but not required. Better UI for pickers.
|
"stevearc/dressing.nvim", -- Recommended but not required. Better UI for pickers.
|
||||||
"nvim-tree/nvim-web-devicons" -- Recommended but not required. Icons in discussion tree.
|
"nvim-tree/nvim-web-devicons" -- Recommended but not required. Icons in discussion tree.
|
||||||
enabled = true,
|
|
||||||
},
|
},
|
||||||
|
enabled = true,
|
||||||
build = function () require("gitlab.server").build(true) end, -- Builds the Go binary
|
build = function () require("gitlab.server").build(true) end, -- Builds the Go binary
|
||||||
config = function()
|
config = function()
|
||||||
require("gitlab").setup()
|
require("gitlab").setup()
|
||||||
|
|||||||
Reference in New Issue
Block a user