diff options
author | sefidel <contact@sefidel.net> | 2022-03-18 21:56:49 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-03-18 21:56:49 +0900 |
commit | fa01dfa7dacbac07104970bd41e9918ed7e066cf (patch) | |
tree | de2f9564cd179c9c739a9e92e6b1ff302a2f93aa /fnl/nvrc/pack.fnl | |
parent | f4b9da6616d2c7b86643c9ef4a992f1fb99a7d14 (diff) | |
download | nvimrc-fa01dfa7dacbac07104970bd41e9918ed7e066cf.tar.gz nvimrc-fa01dfa7dacbac07104970bd41e9918ed7e066cf.zip |
feat(pack): remove impatient in favor of picante
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r-- | fnl/nvrc/pack.fnl | 1 |
1 files changed, 0 insertions, 1 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 |