chore: add note about lazy loading
This commit is contained in:
parent
7172cf98bb
commit
d3c2ede434
1 changed files with 3 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ Requirements:
|
|||
- [Go](https://github.com/golang/go) installed (tested on 1.23)
|
||||
|
||||
```lua
|
||||
-- NOTE: this plugin is already lazy-loaded, it adds only about 1ms of load
|
||||
-- time to your config
|
||||
{
|
||||
"olexsmir/gopher.nvim",
|
||||
ft = "go",
|
||||
|
|
@ -25,6 +27,7 @@ Requirements:
|
|||
build = function()
|
||||
vim.cmd.GoInstallDeps()
|
||||
end,
|
||||
---@module "gopher"
|
||||
---@type gopher.Config
|
||||
opts = {},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue