Blaž Hrastnik
|
1f2d87cb95
|
Make the config dir locator work on Windows.
|
2021-05-10 16:21:55 +09:00 |
|
Blaž Hrastnik
|
35606a3daa
|
Inline tui as helix-tui fork.
We only rely on some of the rendering primitives and implement our
Cursive-style compositor on top.
|
2021-05-09 17:52:55 +09:00 |
|
Blaž Hrastnik
|
8a949fb011
|
Drop shellexpand.
|
2021-05-08 11:54:19 +09:00 |
|
Blaž Hrastnik
|
570c253ffb
|
Disable default features on futures-util to drop proc macros.
|
2021-05-08 11:51:18 +09:00 |
|
Blaž Hrastnik
|
ba97005495
|
Work around the rest of the blocking issues.
|
2021-05-06 17:15:49 +09:00 |
|
Blaž Hrastnik
|
1ad0581ddd
|
Eliminate a few more futures dependencies.
|
2021-05-06 14:33:53 +09:00 |
|
Blaž Hrastnik
|
355ad3cb82
|
Tokio migration.
|
2021-05-06 13:56:34 +09:00 |
|
Blaž Hrastnik
|
b6a22e955b
|
Closer to a full flake build via naersk.
Blocked on https://github.com/NixOS/nix/issues/4423, build doesn't see
submodules.
|
2021-05-03 22:39:53 +09:00 |
|
Blaž Hrastnik
|
91767c3848
|
Update dependencies.
|
2021-04-21 13:36:32 +09:00 |
|
Blaž Hrastnik
|
71c06c11cb
|
Import tree sitter queries.
|
2021-04-08 23:25:35 +09:00 |
|
Blaž Hrastnik
|
bc4e54c0c4
|
Load config files from ~/.config/helix, fallback to defaults.
|
2021-04-07 23:56:20 +09:00 |
|
Blaž Hrastnik
|
89f81be31b
|
Add yet more language definitions.
|
2021-04-07 14:04:13 +09:00 |
|
Blaž Hrastnik
|
7d677d32ae
|
Update deps.
|
2021-04-01 18:31:27 +09:00 |
|
Blaž Hrastnik
|
2a3910c1d9
|
wip: Async async. Delay response handling with a callback.
|
2021-03-26 17:12:45 +09:00 |
|
Blaž Hrastnik
|
a65395d94b
|
Load theme from toml file.
|
2021-03-25 16:42:14 +09:00 |
|
Blaž Hrastnik
|
e3c4edae32
|
Add the machinery to load syntax config from TOML.
It's embedded into the binary at build time for now, but it's progress.
|
2021-03-25 15:26:25 +09:00 |
|
Blaž Hrastnik
|
a900159a86
|
Update deps.
|
2021-03-24 18:17:47 +09:00 |
|
Blaž Hrastnik
|
1abf2953cd
|
Bump deps.
|
2021-03-15 16:19:04 +09:00 |
|
Blaž Hrastnik
|
1d42b95915
|
ui: wip: Markdown doc renderer.
|
2021-03-05 16:07:46 +09:00 |
|
Blaž Hrastnik
|
4102992c46
|
Bump deps.
|
2021-03-01 14:33:02 +09:00 |
|
Blaž Hrastnik
|
c6456d04b9
|
syntax: Drop the rayon dependency for threadpool.
We just need a small concurrent threadpool for compilation.
|
2021-02-24 13:17:10 +09:00 |
|
Blaž Hrastnik
|
41c0d5828f
|
flake: Packaging definition.
|
2021-02-22 17:02:59 +09:00 |
|
Blaž Hrastnik
|
3f6f82b0c4
|
Always store the log file under home dir.
|
2021-02-19 16:48:51 +09:00 |
|
Blaž Hrastnik
|
bd85460698
|
Bump jsonrpc-core, lsp-types.
|
2021-02-18 14:10:52 +09:00 |
|
Blaž Hrastnik
|
d8bc19f715
|
Update deps, switch tendril over to crates.io
|
2021-02-16 18:11:17 +09:00 |
|
Blaž Hrastnik
|
755632f231
|
deps update
|
2021-02-09 15:40:06 +09:00 |
|
Blaž Hrastnik
|
448c1abba0
|
View tree implementation: render multiple split views.
Cursors are still a bit buggy and we should render in focus statusbar
differently than in the other pane.
|
2021-02-03 19:36:54 +09:00 |
|
Blaž Hrastnik
|
22fe2ebe72
|
helix-syntax: Speed up compilation by compiling langs in parallel.
|
2021-01-19 16:51:58 +09:00 |
|
Blaž Hrastnik
|
5ec9b4329b
|
Bump deps.
|
2021-01-08 16:44:10 +09:00 |
|
Blaž Hrastnik
|
941c34a7fc
|
lsp: Move timeouts into client.request
|
2021-01-06 17:48:14 +09:00 |
|
Blaž Hrastnik
|
3bf4e1e8fa
|
Update deps.
|
2021-01-06 14:08:23 +09:00 |
|
Blaž Hrastnik
|
2ab069bb3f
|
lsp: Work on syncing the state with the language server.
|
2020-12-25 17:20:09 +09:00 |
|
Blaž Hrastnik
|
cd16df19c1
|
lsp: generate_transaction_from_text_edits
|
2020-12-23 18:16:17 +09:00 |
|
Blaž Hrastnik
|
4f9cde25cf
|
Bump deps.
|
2020-12-17 19:35:29 +09:00 |
|
Blaž Hrastnik
|
7c75ec04e8
|
File picker mockup, reuses the line editor work done on Prompt.
|
2020-12-17 18:08:16 +09:00 |
|
Blaž Hrastnik
|
8695415fbf
|
wip: Move to new rendering structure.
|
2020-12-13 12:23:50 +09:00 |
|
Blaž Hrastnik
|
5103dc9617
|
move commands and keymap back to terminal.
Command needs to be able to deal with UI. We'll separate it again later
on.
|
2020-12-10 18:13:42 +09:00 |
|
Blaž Hrastnik
|
39bf1ca825
|
Update deps.
|
2020-12-03 13:12:07 +09:00 |
|
Blaž Hrastnik
|
a7869c728c
|
wip
|
2020-12-03 13:12:07 +09:00 |
|
Blaž Hrastnik
|
3f707c19f4
|
Save command
|
2020-12-03 13:12:05 +09:00 |
|
Blaž Hrastnik
|
ae8a9e5bac
|
lsp: Make base request methods take &self instead of &mut self.
|
2020-12-03 13:10:35 +09:00 |
|
Blaž Hrastnik
|
af1924404a
|
Configure logging (-vv for debug level logs)
|
2020-12-03 13:10:35 +09:00 |
|
Blaž Hrastnik
|
b39849dde1
|
Refactor: Document type as a wrapper around barebones State.
|
2020-12-03 13:10:35 +09:00 |
|
Blaž Hrastnik
|
81ccca0c6a
|
Improve error typing.
|
2020-12-03 13:10:35 +09:00 |
|
Blaž Hrastnik
|
f9bfba4d96
|
Reroute LSP notification events into the main app event loop.
|
2020-12-03 13:10:32 +09:00 |
|
Blaž Hrastnik
|
13cb442850
|
wip: Fetching diagnostics, parsing notifications.
|
2020-12-03 13:04:42 +09:00 |
|
Blaž Hrastnik
|
f03830b047
|
wip: Basic LSP lifecycle requests/notifications.
|
2020-12-03 13:04:42 +09:00 |
|
Blaž Hrastnik
|
8adcf5083f
|
wip
|
2020-12-03 13:04:42 +09:00 |
|
Blaž Hrastnik
|
6ae3c26def
|
Updated dependencies.
|
2020-10-14 14:34:09 +09:00 |
|
Blaž Hrastnik
|
c7616d248e
|
Update deps
|
2020-10-13 23:13:56 +09:00 |
|