about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--fnl/nvrc/keymaps.fnl2
-rw-r--r--fnl/nvrc/pack.fnl1
2 files changed, 0 insertions, 3 deletions
diff --git a/fnl/nvrc/keymaps.fnl b/fnl/nvrc/keymaps.fnl
index da71bef..979482c 100644
--- a/fnl/nvrc/keymaps.fnl
+++ b/fnl/nvrc/keymaps.fnl
@@ -28,8 +28,6 @@
 (map! [n] :s :<plug>Lightspeed_omni_s)
 (map! [n] :gs :<plug>Lightspeed_omni_gs)
 
-(map! [n :silent] :<leader>u ":TZAtaraxis <cr>")
-
 (map! [n :silent] :<leader>t ":Dirvish<cr>")
 
 (map! [n :silent] :<leader>ga ":Git add %<tab><cr>")
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)