Skip to content

Commit

Permalink
feat(editing-support): add vim-move plugin (#328)
Browse files Browse the repository at this point in the history
feat: add vim-move plugin
  • Loading branch information
ypli0629 authored Jun 29, 2023
1 parent ec73eb8 commit 1bd4ad0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/astrocommunity/editing-support/vim-move/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# vim-move

Moves lines and selections in a more visual manner

**Repository:** <https://github.com/matze/vim-move>
4 changes: 4 additions & 0 deletions lua/astrocommunity/editing-support/vim-move/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
return {
"matze/vim-move",
event = "BufEnter",
}

0 comments on commit 1bd4ad0

Please sign in to comment.