Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
update vim doc
Browse files Browse the repository at this point in the history
  • Loading branch information
WhoIsSethDaniel committed Oct 12, 2021
1 parent ae2524b commit 2aafcdc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
- [x] telescope extension(s)
- [ ] telescope extension(s)
- [x] files with coverage data
- [x] go files; test + code
- [x] non-test go files
- [x] non-code go files
- [x] need previewer
- [ ] register
- [ ] checkhealth - sort
- [ ] explain the template stuff for :GoAddTest\* (gotests docs are non-existent)
- [ ] :GoCreateConfigs: ability to have templates? or other files instead of the builtin ones
Expand Down
6 changes: 4 additions & 2 deletions doc/goldsmith.txt
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,10 @@ guaranteed to be entirely up-to-date):
["sym-highlight"] = {},
["sym-highlight-off"] = {},
["sym-highlight-on"] = {},
["telescope-go-code-files"] = {},
["telescope-go-covered-files"] = {},
["telescope-go-files"] = {},
["telescope-go-test-files"] = {},
["test-a-nearest"] = {},
["test-a-pkg"] = {},
["test-a-suite"] = {},
Expand All @@ -362,8 +366,6 @@ guaranteed to be entirely up-to-date):
["test-suite"] = {},
["test-visit"] = {},
["toggle-debug-console"] = {},
tostruct = {},
tostructreg = {},
typedef = { "<leader>D" }
},
null = {
Expand Down

0 comments on commit 2aafcdc

Please sign in to comment.