nvim: lazy loading
This commit is contained in:
@ -7,7 +7,7 @@ return {
|
||||
"stevearc/dressing.nvim",
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
},
|
||||
enabled = true,
|
||||
lazy = true,
|
||||
build = function()
|
||||
require("gitlab.server").build(true)
|
||||
end, -- Builds the Go binary
|
||||
|
||||
@ -12,4 +12,5 @@ return {
|
||||
},
|
||||
})
|
||||
end,
|
||||
lazy = true,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user