From fa01dfa7dacbac07104970bd41e9918ed7e066cf Mon Sep 17 00:00:00 2001 From: sefidel Date: Fri, 18 Mar 2022 21:56:49 +0900 Subject: feat(pack): remove impatient in favor of picante --- fnl/nvrc/pack.fnl | 1 - init.lua | 2 -- 2 files changed, 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") -- cgit 1.4.1