aboutsummaryrefslogtreecommitdiffhomepage
path: root/.config/nvim/lua/plugins.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/lua/plugins.lua')
-rw-r--r--.config/nvim/lua/plugins.lua10
1 files changed, 0 insertions, 10 deletions
diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua
index 4d368d0..6e5bcdf 100644
--- a/.config/nvim/lua/plugins.lua
+++ b/.config/nvim/lua/plugins.lua
@@ -693,16 +693,6 @@ packer.startup(function(use)
-- Autoload vim-repeat immediately in order to make <Plug>(RepeatRedo) available.
-- repeat#setreg() does nothing here.
vim.fn['repeat#setreg']('', '')
-
- -- Make them repeatable with vim-repeat.
- vim.cmd([[
- nnoremap <silent> <Plug>(my-insert-blank-lines-after)
- \ :<C-u>call v:lua.vimrc.map_callbacks.insert_blank_line(0)<Bar>
- \ silent! call repeat#set("\<Lt>Plug>(my-insert-blank-lines-after)")<CR>
- nnoremap <silent> <Plug>(my-insert-blank-lines-before)
- \ :<C-u>call v:lua.vimrc.map_callbacks.insert_blank_line(1)<Bar>
- \ silent! call repeat#set("\<Lt>Plug>(my-insert-blank-lines-before)")<CR>
- ]])
end,
}
-- Introduce user-defined mode.