You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lua/wincent/commandt/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ Similar to existing Command-T model, have a "Finder" instance that maintains a r
6
6
7
7
For returning results back, we only ever have a small number (say, 10), and can easily copy those strings back.
8
8
9
+
See [ARCHITECTURE](../../../ARCHITECTURE.md) for way more details on the memory model.
10
+
9
11
## Benchmarks
10
12
11
13
On Apple Silicon, where the `luajit` package is not currently available in Homebrew, but `neovim` itself requires `luajit-openresty` package, you can add a working `luajit` executable to your `$PATH` with:
0 commit comments