about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-19 13:30:05 +0900
committersefidel <contact@sefidel.net>2022-03-19 13:30:05 +0900
commitbdbbf42486b89991e639f7ef7089263c86d5d9cd (patch)
tree5d713215f9c5d6d50e606743ae7b112b5bbbc93b /fnl/nvrc/pack.fnl
parente7040c7980a38ed1fc91660cb1f77cbc1640c817 (diff)
downloadnvimrc-bdbbf42486b89991e639f7ef7089263c86d5d9cd.tar.gz
nvimrc-bdbbf42486b89991e639f7ef7089263c86d5d9cd.zip
feat(pack)!: remove truezen
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r--fnl/nvrc/pack.fnl1
1 files changed, 0 insertions, 1 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index e59bf83..26c2b67 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -9,7 +9,6 @@
                                          :requires [(pack :nvim-treesitter/nvim-treesitter-refactor {:after :nvim-treesitter})
                                                     (pack :nvim-treesitter/nvim-treesitter-textobjects {:after :nvim-treesitter})]})
 
-(pack! :Pocco81/TrueZen.nvim {:cmd :TZAtaraxis})
 (pack! :antoinemadec/FixCursorHold.nvim)
 (pack! :luukvbaal/stabilize.nvim {:init :stabilize})
 (pack! :justinmk/vim-dirvish)