-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove once * init * dict/grep * lib/unknown * fix luacheck * Test for lib/trie * Escape heavy processing to another thread to avoid blocking * Use single worker * fix typo * remove luacheck * Use string.buffer to serialize Very very fast * fix type annotation * Organize option names * rename grep -> external look command * return string[] * Use vim.deep_equal * type * update on set paths * fix * update doc * refactor a type * test for dict * sort items for test * Add pull_request for GHA * fix deprecate check * fix doc TOC
- Loading branch information
Showing
44 changed files
with
774 additions
and
6,601 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
.PHONY: test vusted luacheck format | ||
.PHONY: test vusted format | ||
|
||
test: luacheck vusted | ||
test: vusted | ||
|
||
vusted: | ||
vusted lua/ | ||
|
||
luacheck: | ||
luacheck lua/ | ||
|
||
format: | ||
stylua ./lua -g '!**/kit/**' | ||
stylua lua/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
bar | ||
baz | ||
foo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.