Removed move.nvim in favor of vanilla fim

This commit is contained in:
Imbus 2024-08-07 18:16:14 +02:00
parent 1aade94ba8
commit 0197e64dc2
2 changed files with 7 additions and 14 deletions

View file

@ -16,9 +16,6 @@ require('lazy').setup({
-- Remember position
{ 'vladdoster/remember.nvim', opts = {} },
-- Move lines
{ 'fedepujol/move.nvim', opts = { noremap = true, silent = true } },
-- NOTE: Plugins can also be added by using a table,
-- with the first argument being the link and the following
-- keys can be used to configure plugin behavior/loading/etc.