Skip to content

Commit

Permalink
fix splitjoin
Browse files Browse the repository at this point in the history
  • Loading branch information
mosheavni committed Jul 3, 2024
1 parent 07a72de commit 702210a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nvim/lua/plugins/functionality.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ local M = {
},
version = '1.*',
},
{ 'echasnovski/mini.splitjoin', version = false, opts = {} },
{ 'echasnovski/mini.splitjoin', version = false, opts = {}, keys = { 'gS' } },
{
'danymat/neogen',
dependencies = 'nvim-treesitter/nvim-treesitter',
Expand Down

0 comments on commit 702210a

Please sign in to comment.