mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat: added checks for Neovim version
This commit is contained in:
parent
675dece832
commit
72f64ce1f7
2 changed files with 11 additions and 2 deletions
|
@ -113,6 +113,9 @@ function M.setup(spec, opts)
|
|||
}
|
||||
end
|
||||
|
||||
-- disable plugin loading since we do all of that ourselves
|
||||
vim.go.loadplugins = false
|
||||
|
||||
vim.api.nvim_create_autocmd("User", {
|
||||
pattern = "VeryLazy",
|
||||
once = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue