summaryrefslogtreecommitdiff
path: root/src/app.rs
Commit message (Collapse)AuthorAge
* add error type to iobufferNathan Reiner2024-12-07
|
* add default configNathan Reiner2024-12-07
|
* load first argument if givenNathan Reiner2024-08-10
|
* use unsafe blocks instead of mutexesNathan Reiner2024-08-10
|
* add default return value to keymapNathan Reiner2024-08-03
|
* add editor keymapNathan Reiner2024-08-03
|
* add keymap for view and globalNathan Reiner2024-08-03
|
* change 'viewsheet' bindings to 'view'Nathan Reiner2024-08-02
|
* add tui-cursor handlingNathan Reiner2024-08-02
|
* implement new lua interfaceNathan Reiner2024-08-02
|
* add state which is shared with the lua environmentNathan Reiner2024-08-02
|
* minor cleanupNathan Reiner2024-08-01
|
* fix cell typingNathan Reiner2024-08-01
|
* add statusbar widgetNathan Reiner2024-07-28
|
* add neosheetrc supportNathan Reiner2024-07-26
|
* implement simple log viewNathan Reiner2024-07-25
|
* editor add syntax highlighting using treesitterNathan Reiner2024-07-25
|
* only multithread if overhead is small enoughNathan Reiner2024-07-25
|
* use call return schema on lua evaluationNathan Reiner2024-07-25
|
* first sketchNathan Reiner2024-07-25