about summary refs log tree commit diff
path: root/fnl/nvrc
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-10-04 17:10:26 +0900
committersefidel <contact@sefidel.net>2023-10-04 17:10:26 +0900
commit5d0d183a1482939809af1bd4f2cb0472ef467ef0 (patch)
treeadce0465e1784a8e48e66928b575c0bf444a11d1 /fnl/nvrc
parent9da6e2e4dc835343ff37fea6f0ecfdf2072876c9 (diff)
downloadnvimrc-5d0d183a1482939809af1bd4f2cb0472ef467ef0.tar.gz
nvimrc-5d0d183a1482939809af1bd4f2cb0472ef467ef0.zip
chore(pack): remove redundant FixCursorHold.nvim
Diffstat (limited to 'fnl/nvrc')
-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 c8ce6ec..9129b5e 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -11,7 +11,6 @@
                                          :dependencies [(pack :nvim-treesitter/nvim-treesitter-refactor)
                                                         (pack :nvim-treesitter/nvim-treesitter-textobjects)]})
 
-(pack! :antoinemadec/FixCursorHold.nvim)
 (pack! :justinmk/vim-dirvish)
 (pack! :echasnovski/mini.indentscope {:req :mini-indentscope})