Skip to content

Commit

Permalink
chore: did_load -> _loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Jun 17, 2024
1 parent 9dbcc14 commit 30ad453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/rocks-lazy.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
if vim.g.did_load_rocks_lazy then
if vim.g.rocks_lazy_nvim_loaded then
return
end

vim.g.did_load_rocks_lazy = true
vim.g.rocks_lazy_nvim_loaded = true

local api = require("rocks.api")
local lz_n = require("lz.n")
Expand Down

0 comments on commit 30ad453

Please sign in to comment.