Skip to content

Commit

Permalink
nvim sort motion
Browse files Browse the repository at this point in the history
  • Loading branch information
0x5a4 committed Nov 13, 2024
1 parent 6e11b97 commit e76602f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/nvim/lua/xfaf/plugins/editing.lua
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,13 @@ return {
},
},
},
{ "christoomey/vim-sort-motion" },
{
"kana/vim-textobj-indent",
dependencies = { "kana/vim-textobj-user" },
},
{
"kana/vim-textobj-entire",
dependencies = { "kana/vim-textobj-user" },
},
}

0 comments on commit e76602f

Please sign in to comment.