about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-18 21:56:49 +0900
committersefidel <contact@sefidel.net>2022-03-18 21:56:49 +0900
commitfa01dfa7dacbac07104970bd41e9918ed7e066cf (patch)
treede2f9564cd179c9c739a9e92e6b1ff302a2f93aa
parentf4b9da6616d2c7b86643c9ef4a992f1fb99a7d14 (diff)
downloadnvimrc-fa01dfa7dacbac07104970bd41e9918ed7e066cf.tar.gz
nvimrc-fa01dfa7dacbac07104970bd41e9918ed7e066cf.zip
feat(pack): remove impatient in favor of picante
-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")