diff options
author | sefidel <contact@sefidel.net> | 2023-10-04 17:10:26 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-10-04 17:10:26 +0900 |
commit | 5d0d183a1482939809af1bd4f2cb0472ef467ef0 (patch) | |
tree | adce0465e1784a8e48e66928b575c0bf444a11d1 /fnl | |
parent | 9da6e2e4dc835343ff37fea6f0ecfdf2072876c9 (diff) | |
download | nvimrc-5d0d183a1482939809af1bd4f2cb0472ef467ef0.tar.gz nvimrc-5d0d183a1482939809af1bd4f2cb0472ef467ef0.zip |
chore(pack): remove redundant FixCursorHold.nvim
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/nvrc/pack.fnl | 1 |
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}) |