Skip to content

Commit

Permalink
uncommented default plug-ins to avoid issues down the line
Browse files Browse the repository at this point in the history
  • Loading branch information
curlpipe committed Aug 5, 2024
1 parent 61062d6 commit a27ce7e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
16 changes: 9 additions & 7 deletions .todo.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
- [ ] Editing improvements - 0.4.3
- [ ] Cursor movement improvement
- [ ] Fully understand the desired behaviour
- [ ] Where is this activity defined?
- [ ] Play around with caching original x position and trying to restore it
- [ ] Fix shift key binding errors
- [ ] Fix multi spaces not registering as tabs
- [X] Editing improvements - 0.4.3
- [X] Line swapping
- [X] Modifier expansion
- [X] Bracket and Quote Pairs
- [X] Add documentation on how to use/see/import/package plugins
- [X] Auto indentation
- [X] Delete word command
- [X] Fix shift key binding errors

- [ ] 0.4.4
- [ ] Cursor movement improvement
- [ ] Fully understand the desired behaviour
- [ ] Where is this activity defined?
- [ ] Play around with caching original x position and trying to restore it
- [ ] Fix multi spaces not registering as tabs
- [ ] Find out where tab info goes and how it's used
- [ ] Show as tabs but be spaces on the backen
- [ ] Replace command needs to update syntax
- [ ] Search and replace needs to hide cursor
- [ ] Undo / Redo need to be committed more
Expand Down
4 changes: 2 additions & 2 deletions config/.oxrc
Original file line number Diff line number Diff line change
Expand Up @@ -251,5 +251,5 @@ syntax:set("list", {86, 217, 178}) -- Quotes in various markup languages e.g. _


-- Import plugins (must be at the bottom of this file)
load_plugin("pairs.lua")
load_plugin("autoindent.lua")
-- load_plugin("pairs.lua")
-- load_plugin("autoindent.lua")

0 comments on commit a27ce7e

Please sign in to comment.