aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fnl/nvrc/pack.fnl1
-rw-r--r--init.lua2
2 files changed, 0 insertions, 3 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index 62ba6ed..5c7f0c4 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -3,7 +3,6 @@
(pack! :wbthomason/packer.nvim)
; TODO: https://github.com/rktjmp/hotpot.nvim/pull/51
(pack! :rktjmp/hotpot.nvim {:branch :picante})
-(pack! :lewis6991/impatient.nvim)
(pack! :boppyt/softjelly.vim {:config "require('nvrc.colors').apply('softjelly')"})
(pack! :nvim-treesitter/nvim-treesitter {:req :treesitter
diff --git a/init.lua b/init.lua
index 26059bd..5fb2f2a 100644
--- a/init.lua
+++ b/init.lua
@@ -14,11 +14,9 @@ local function ensure(user, repo)
end
end
-ensure("lewis6991", "impatient.nvim")
ensure("wbthomason", "packer.nvim")
ensure("rktjmp", "hotpot.nvim")
-require("impatient").enable_profile()
require("hotpot").setup { provide_require_fennel = true }
require("nvrc.ignite")