We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d1d12 commit 43e42eeCopy full SHA for 43e42ee
1 file changed
ftplugin/cue/splitjoin.vim
@@ -3,6 +3,7 @@ if !exists('b:splitjoin_split_callbacks')
3
\ 'sj#cue#SplitStructLiteral',
4
\ 'sj#cue#SplitArray',
5
\ 'sj#cue#SplitArgs',
6
+ \ 'sj#go#SplitImports',
7
\ ]
8
endif
9
0 commit comments