lewis6991 / impatient.nvim

Improve startup time for Neovim
MIT License
1.19k stars 28 forks source link

plugins not load #15

Closed aspeddro closed 3 years ago

aspeddro commented 3 years ago

The plugin is blocking the loading of others

-- lua/packages.lua
  use {
    'lewis6991/impatient.nvim',
    rocks = 'mpack'
  }
-- init.lua
require('impatient')
require('globals')
require('autocommands')
require('utils').init()
require('packages')
NVIM v0.6.0-dev+43-g02bf251bb
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3
lewis6991 commented 3 years ago

I don't understand the problem.

aspeddro commented 3 years ago

Theme was not loading. Fixed