Skip to content

Commit

Permalink
Merge pull request NixOS#6 from nagy135/feat/loops_instead_of_pairs
Browse files Browse the repository at this point in the history
feat: specify pairs using loops instead
  • Loading branch information
nat-418 authored Oct 18, 2022
2 parents a2ec529 + a671a72 commit df16dfc
Show file tree
Hide file tree
Showing 4 changed files with 391 additions and 337 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,10 @@ require('boole').setup({
increment = '<C-a>',
decrement = '<C-x>'
},
-- Key value pairs of additional replacements
-- increment: (key => value)
-- decrement: (value => key)
pair_additions = {
['Foo'] = 'Bar',
['Bar'] = 'Foo'
-- User defined loops
additions = {
{'Foo', 'Bar'}
{'tic', 'tac', 'toe'}
},
})
```
331 changes: 0 additions & 331 deletions lua/boole.lua

This file was deleted.

Loading

0 comments on commit df16dfc

Please sign in to comment.