diff options
Diffstat (limited to '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 |