Removed move.nvim in favor of vanilla fim
This commit is contained in:
parent
1aade94ba8
commit
0197e64dc2
2 changed files with 7 additions and 14 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue