al1-ce / MonolithVim

Personal Neovim distribution
GNU General Public License v3.0
3 stars 0 forks source link

Add plugin check (so no errors if plugin not installed) #20

Closed al1-ce closed 10 months ago

al1-ce commented 10 months ago
if package.loaded['pkgname'] then
 -- ...
end