From bdbbf42486b89991e639f7ef7089263c86d5d9cd Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 19 Mar 2022 13:30:05 +0900 Subject: feat(pack)!: remove truezen --- fnl/nvrc/keymaps.fnl | 2 -- fnl/nvrc/pack.fnl | 1 - 2 files changed, 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 :Lightspeed_omni_s) (map! [n] :gs :Lightspeed_omni_gs) -(map! [n :silent] :u ":TZAtaraxis ") - (map! [n :silent] :t ":Dirvish") (map! [n :silent] :ga ":Git add %") 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) -- cgit 1.4.1