Skip to content

Commit

Permalink
Wingman feature release (#1735)
Browse files Browse the repository at this point in the history
Co-authored-by: Javier Neira <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Apr 16, 2021
1 parent ef90289 commit 9ae2092
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions plugins/hls-tactics-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ nnoremap <silent> ]h :<C-U>call <SID>JumpToNextHole()<CR>
" <leader>d to perform a pattern match, <leader>n to fill a hole
nnoremap <silent> <leader>d :<C-u>set operatorfunc=<SID>WingmanDestruct<CR>g@l
nnoremap <silent> <leader>n :<C-u>set operatorfunc=<SID>WingmanFillHole<CR>g@l
" beta only
nnoremap <silent> <leader>r :<C-u>set operatorfunc=<SID>WingmanRefine<CR>g@l
nnoremap <silent> <leader>c :<C-u>set operatorfunc=<SID>WingmanUseCtor<CR>g@l
nnoremap <silent> <leader>a :<C-u>set operatorfunc=<SID>WingmanDestructAll<CR>g@l
Expand Down
4 changes: 3 additions & 1 deletion plugins/hls-tactics-plugin/src/Wingman/FeatureSet.hs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ parseFeatureSet
-- | Features that are globally enabled for all users.
defaultFeatures :: FeatureSet
defaultFeatures = S.fromList
[
[ FeatureDestructAll
, FeatureUseDataCon
, FeatureRefineHole
]


Expand Down

0 comments on commit 9ae2092

Please sign in to comment.