mirror of
https://github.com/neovim/neovim.git
synced 2026-07-10 03:19:44 +00:00
fix(dir): remove loaded plugin guard #40489
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user