Skip to content

Commit

Permalink
split CUE import by reusing Go
Browse files Browse the repository at this point in the history
  • Loading branch information
perelo committed Feb 22, 2024
1 parent 12d1d12 commit 43e42ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ftplugin/cue/splitjoin.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ if !exists('b:splitjoin_split_callbacks')
\ 'sj#cue#SplitStructLiteral',
\ 'sj#cue#SplitArray',
\ 'sj#cue#SplitArgs',
\ 'sj#go#SplitImports',
\ ]
endif

Expand Down

0 comments on commit 43e42ee

Please sign in to comment.