Find file in tenseleyflow/fackr@trunk
- .github/workflows/build.yml
- .gitignore
- Cargo.lock
- Cargo.toml
- fackr.spec
- src/bin/keytest.rs
- src/buffer/mod.rs
- src/buffer/rope.rs
- src/editor/cursor.rs
- src/editor/history.rs
- src/editor/mod.rs
- src/editor/state.rs
- src/editor/welcome.rs
- src/fuss/mod.rs
- src/fuss/state.rs
- src/fuss/tree.rs
- src/input/key.rs
- src/input/mod.rs
- src/input/mouse.rs
- src/lsp/client.rs
- src/lsp/manager.rs
- src/lsp/message.rs
- src/lsp/mod.rs
- src/lsp/process.rs
- src/lsp/protocol.rs
- src/lsp/server_manager.rs
- src/lsp/types.rs
- src/main.rs
- src/render/mod.rs
- src/render/screen.rs
- src/syntax/highlight.rs
- src/syntax/languages.rs
- src/syntax/mod.rs
- src/terminal/mod.rs
- src/terminal/panel.rs
- src/terminal/pty.rs
- src/terminal/screen.rs
- src/util/mod.rs
- src/util/unicode.rs
- src/workspace/mod.rs
- src/workspace/recents.rs
- src/workspace/state.rs
- test_ghost.py
- test_ghost_text.rs
- test_lsp/01_hover.py
- test_lsp/02_completion.py
- test_lsp/03_diagnostics.py
- test_lsp/04_goto_definition.py
- test_lsp/05_references.py
- test_lsp/06_rename.py
- test_lsp/07_formatting.py
- test_lsp/08_multi_cursor.py
- test_lsp/README.md
- test_simple.txt