Skip to content

Commit

Permalink
rewrite again; this time work incrementally
Browse files Browse the repository at this point in the history
  • Loading branch information
Feel-ix-343 committed Jun 11, 2024
1 parent 0dc82d7 commit a9bd6b5
Show file tree
Hide file tree
Showing 10 changed files with 201 additions and 675 deletions.
46 changes: 46 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ walkdir = "2.4.0"

# local crates
completions.path = "crates/completions"
moxide_config.path = "crates/moxide_config"
vault.path = "crates/vault"
3 changes: 3 additions & 0 deletions TestFiles/Test.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@


[[]]

#tag

# Heading 1
Expand Down
2 changes: 2 additions & 0 deletions crates/completions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ do-notation.workspace = true
tower-lsp.workspace = true
vault.workspace = true
moxide_config.workspace = true
regex.workspace = true
nucleo-matcher.workspace = true
6 changes: 0 additions & 6 deletions crates/completions/src/completers/mod.rs

This file was deleted.

44 changes: 0 additions & 44 deletions crates/completions/src/completers/referencer/mod.rs

This file was deleted.

This file was deleted.

Loading

0 comments on commit a9bd6b5

Please sign in to comment.