Skip to content

Commit

Permalink
revert a TODO task
Browse files Browse the repository at this point in the history
actually, there is only structural checks on the config to make
sure the record has a good shape but there is no further check, e.g.
making sure two bindings do not collide.
  • Loading branch information
amtoine committed Sep 9, 2023
1 parent 1b7c2fc commit 2590af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ in order to help, you can have a look at
- [x] give different colors to names and type
- [x] show true tables as such
- [ ] get the config from `$env.config` => can parse configuration from CLI
- [x] add check for the config to make sure it's valid
- [ ] add check for the config to make sure it's valid
- [ ] support for editing cells in INSERT mode
- [x] string cells
- [ ] other simple cells
Expand Down

0 comments on commit 2590af0

Please sign in to comment.