Skip to content

Commit e2ba468

Browse files
author
Cedric Halbronn
committed
docs: todo list
1 parent 746a7be commit e2ba468

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

packages/cursorless-neovim/TODO.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,27 @@
1-
# features
1+
# questions
22

3-
- bring command
3+
- merge talon-vscode-command-client and cursorless-talon?
44

5-
* "paste to row one" command require the text editor edit() function to be implemented
6-
* prePhrase support in command server? https://www.cursorless.org/docs/contributing/architecture/hat-snapshots/
7-
* only one command to build, run neovim, and attach to it? (see my build program, run program, debug program)
8-
* separate PR for text editor setSelections(). Fix getter vs property
9-
* have the command server allow executing any lua function? probably not because we already have neovim rpc.
10-
* avoid importing cursorless from command server
5+
# features
116

12-
# bugs
7+
- "paste to row one" from the clipboard
8+
- prePhrase support in command server? https://www.cursorless.org/docs/contributing/architecture/hat-snapshots/
9+
- only one command to build, run neovim, and attach to it? (see my build program, run program, debug program)
10+
- find a way to load neovim from script so we know when it is loaded so we can then attach to it for debugging?
11+
- avoid importing cursorless from command server?
12+
- test if we can reload the extensions after a modification without reloading neovim
1313

14-
- we lose the initial selection if we were in visual mode before issuing a `copy` command. it does go back to the right line though.
15-
- `take file` doesn't work, and just moves the cursor at the beginning of the file
14+
# to do later
1615

17-
# discussion
16+
- separate PR for text editor setSelections()
17+
- separate PR for the text editor edit()
18+
- have the command server allow executing any lua function? probably not because we already have neovim rpc.
1819

1920
# fidgeting
2021

2122
- integrate tests for cursorless-neovim? see testCaseRecorder.vscode.test.ts
2223
- fix neovim terminology
2324
- extension => plugin
2425
- editor => window (any place remaining?)
26+
have readme with the corresponding terms between vscode and neovim
27+
- git repo to mention issues, for instance the can't reenter normal mode from terminal mode?

0 commit comments

Comments
 (0)