diff options
author | sefidel <contact@sefidel.net> | 2022-03-23 19:04:16 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-03-23 19:04:16 +0900 |
commit | ed7ba8d4d45277f4518459bbd8bbe2413ec67876 (patch) | |
tree | c95f7bf950c4c54dd4070887b652530d81b2da0c /fnl | |
parent | bdbbf42486b89991e639f7ef7089263c86d5d9cd (diff) | |
download | nvimrc-ed7ba8d4d45277f4518459bbd8bbe2413ec67876.tar.gz nvimrc-ed7ba8d4d45277f4518459bbd8bbe2413ec67876.zip |
feat(pack): use stable hotpot
* picante branch was merged to master.
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/nvrc/pack.fnl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl index 26c2b67..c567ef9 100644 --- a/fnl/nvrc/pack.fnl +++ b/fnl/nvrc/pack.fnl @@ -1,8 +1,7 @@ (import-macros {: pack : pack! : unpack!} :nvrc.macro.pack) (pack! :wbthomason/packer.nvim) -; TODO: https://github.com/rktjmp/hotpot.nvim/pull/51 -(pack! :rktjmp/hotpot.nvim {:branch :picante}) +(pack! :rktjmp/hotpot.nvim) (pack! :boppyt/softjelly.vim {:config "require('nvrc.colors').apply('softjelly')"}) (pack! :nvim-treesitter/nvim-treesitter {:req :treesitter |