fix(dir): remove loaded plugin guard #40489

This commit is contained in:
Barrett Ruth
2026-06-30 06:54:36 -05:00
committed by GitHub
parent ab4e9683f5
commit 1b959ba485
4 changed files with 1 additions and 21 deletions

View File

@@ -1,8 +1,3 @@
if vim.g.loaded_nvim_dir_plugin ~= nil then
return
end
vim.g.loaded_nvim_dir_plugin = true
local api = vim.api
local nvim_on = require('vim._core.util').nvim_on