Skip to content

Commit

Permalink
feat(nvim): Add mini.splitjoin
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Mar 18, 2024
1 parent beebe49 commit e18588e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions nvim/lua/my/configure/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@ return {
},
},
},
{
'echasnovski/mini.splitjoin',
keys = {
{
'gS',
function()
require('mini.splitjoin').toggle()
end,
desc = 'Split/join arrays, argument lists, etc. from one vs. multiline and vice versa',
},
},
},
{ 'echasnovski/mini.trailspace', event = 'BufRead', opts = {} },
{ 'max397574/better-escape.nvim', event = 'InsertEnter', opts = {} },
{
Expand Down

0 comments on commit e18588e

Please sign in to comment.