git.wincent.com
/
corpus.git
/ shortlog
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
corpus.git
2021-07-16
Greg Hurrell
refactor: get rid of unnecessary `get_var()` function
main
master
commit
|
commitdiff
|
tree
2021-07-16
Greg Hurrell
docs: fix sample config
commit
|
commitdiff
|
tree
2021-07-16
Greg Hurrell
feat: support both Lua global and Vim global for Corpus...
commit
|
commitdiff
|
tree
2021-07-16
Greg Hurrell
feat: add `:Corpus!` and `g:CorpusBangCreation`
commit
|
commitdiff
|
tree
2021-06-12
Greg Hurrell
chore: rename "master" → "main"
commit
|
commitdiff
|
tree
2021-06-01
Greg Hurrell
fix: avoid E874
commit
|
commitdiff
|
tree
2021-01-15
Greg Hurrell
fix: change default for g:CorpusPreviewWinhighlight
commit
|
commitdiff
|
tree
2020-11-15
Greg Hurrell
feat: add settings for controlling highlights
commit
|
commitdiff
|
tree
2020-10-13
Greg Hurrell
refactor: use terser access method for getting options
commit
|
commitdiff
|
tree
2020-10-13
Greg Hurrell
fix: update listing and preview when there are no matches
commit
|
commitdiff
|
tree
2020-09-13
Greg Hurrell
refactor: avoid repeated calls to preview()
commit
|
commitdiff
|
tree
2020-09-13
Greg Hurrell
perf: avoid unnecessary redraw
commit
|
commitdiff
|
tree
2020-09-13
Greg Hurrell
fix: handle edge cases when outside of Corpus directory
commit
|
commitdiff
|
tree
2020-09-13
Greg Hurrell
fix: make symlink resolution work again
commit
|
commitdiff
|
tree
2020-09-13
Greg Hurrell
docs: replace static screenshot with demo gif
commit
|
commitdiff
|
tree
2020-09-13
Greg Hurrell
docs: correct logo URL
commit
|
commitdiff
|
tree
2020-09-13
Greg Hurrell
docs: add logo
commit
|
commitdiff
|
tree
2020-09-13
Greg Hurrell
feat: filter autocompletion list outside of Corpus...
commit
|
commitdiff
|
tree
2020-09-13
Greg Hurrell
refactor: get rid of unnecessary expression
commit
|
commitdiff
|
tree
2020-09-13
Greg Hurrell
fix: make tab completion cycling work outside of Corpus...
commit
|
commitdiff
|
tree
2020-09-12
Greg Hurrell
feat: improve completion
commit
|
commitdiff
|
tree
2020-09-12
Greg Hurrell
docs: add some initial docs
commit
|
commitdiff
|
tree
2020-09-11
Greg Hurrell
fix: handle filenames split across I/O chunks
commit
|
commitdiff
|
tree
2020-09-11
Greg Hurrell
refactor: inline cancel function
commit
|
commitdiff
|
tree
2020-09-11
Greg Hurrell
refactor: drop unused pid binding
commit
|
commitdiff
|
tree
2020-09-11
Greg Hurrell
feat: run listing and search as async jobs
commit
|
commitdiff
|
tree
2020-09-11
Greg Hurrell
fix: do nothing unless on Neovim
commit
|
commitdiff
|
tree
2020-09-11
Greg Hurrell
fix: make padding work on wide screens
commit
|
commitdiff
|
tree
2020-09-10
Greg Hurrell
fix: don't let people create files with untrimmed white...
commit
|
commitdiff
|
tree
2020-09-10
Greg Hurrell
fix: restore cursor positioning
commit
|
commitdiff
|
tree
2020-09-10
Greg Hurrell
chore: port corpus#choose()
commit
|
commitdiff
|
tree
2020-09-10
Greg Hurrell
chore: add some TODO comments
commit
|
commitdiff
|
tree
2020-09-10
Greg Hurrell
perf: avoid eagerly loading Corpus
commit
|
commitdiff
|
tree
2020-09-10
Greg Hurrell
fix: show selection on initial load/search
commit
|
commitdiff
|
tree
2020-09-10
Greg Hurrell
fix: pad buffer with empty lines to extend foldcolumn
commit
|
commitdiff
|
tree
2020-09-10
Greg Hurrell
fix: stop numbers from showing up in foldcolumn
commit
|
commitdiff
|
tree
2020-09-10
Greg Hurrell
feat: make selection extend all the way across in choos...
commit
|
commitdiff
|
tree
2020-09-10
Greg Hurrell
feat: use foldcolumn to make pane separation more obvious
commit
|
commitdiff
|
tree
2020-09-10
Greg Hurrell
fix: make matching non-greedy anything
commit
|
commitdiff
|
tree
2020-09-10
Greg Hurrell
feat: add highlighting of selected row
commit
|
commitdiff
|
tree
2020-09-10
Greg Hurrell
feat: improve appearance by using `'winhl'`
commit
|
commitdiff
|
tree
2020-09-10
Greg Hurrell
refactor: port preview_next and preview_previous to Lua
commit
|
commitdiff
|
tree
2020-09-10
Greg Hurrell
refactor: implement preview
commit
|
commitdiff
|
tree
2020-09-09
Greg Hurrell
refactor: start building out chooser window with Lua
commit
|
commitdiff
|
tree
2020-09-09
Greg Hurrell
refactor: replace some home-made stuff with Neovim...
commit
|
commitdiff
|
tree
2020-09-09
Greg Hurrell
feat: add util.list.push
commit
|
commitdiff
|
tree
2020-09-09
Greg Hurrell
feat: auto-init Git repo if needed
commit
|
commitdiff
|
tree
2020-09-08
Greg Hurrell
fix: invert sense of smartcase check
commit
|
commitdiff
|
tree
2020-09-08
Greg Hurrell
perf: lazy-load utility modules
commit
|
commitdiff
|
tree
2020-09-07
Greg Hurrell
refactor: prefer v:lua over luaeval
commit
|
commitdiff
|
tree
2020-09-07
Greg Hurrell
fix: make sure Lua module loaded whenany autoloaded...
commit
|
commitdiff
|
tree
2020-09-07
Greg Hurrell
refactor: extract "util" functions
commit
|
commitdiff
|
tree
2020-09-07
Greg Hurrell
fix: port and fix corpus#commit() to Lua
commit
|
commitdiff
|
tree
2020-09-07
Greg Hurrell
refactor: continue Lua port
commit
|
commitdiff
|
tree
2020-09-06
Greg Hurrell
refactor: start porting to Lua
commit
|
commitdiff
|
tree
2020-07-21
Greg Hurrell
feat: allow ".md" extension when creating new files
commit
|
commitdiff
|
tree
2020-07-20
Greg Hurrell
chore: add standard Vim plug-in boilerplate
commit
|
commitdiff
|
tree
2020-07-20
Greg Hurrell
chore: add license headers to individual files
commit
|
commitdiff
|
tree
2020-07-20
Greg Hurrell
docs: add LICENSE.md
commit
|
commitdiff
|
tree
2020-07-20
Greg Hurrell
docs: tweak README again for clarity
commit
|
commitdiff
|
tree
2020-07-19
Greg Hurrell
docs: update README to reflect current status
commit
|
commitdiff
|
tree
2020-07-19
Greg Hurrell
docs: bring README.md across from old "master" branch
commit
|
commitdiff
|
tree
2020-07-19
Greg Hurrell
chore: ignore "media" worktree
commit
|
commitdiff
|
tree
2020-07-19
Greg Hurrell
Merge branch 'vim'
commit
|
commitdiff
|
tree
2020-06-11
Greg Hurrell
fix(corpus): make sure we autocommit changes to new...
vim
commit
|
commitdiff
|
tree
2020-05-08
Greg Hurrell
refactor(corpus): scope command-line mappings more...
commit
|
commitdiff
|
tree
2020-05-08
Greg Hurrell
docs: remove errant hyphen
commit
|
commitdiff
|
tree
2020-05-08
Greg Hurrell
docs: link to Vim-based Corpus screencast
commit
|
commitdiff
|
tree
2020-05-02
Greg Hurrell
fix(vim): avoid error on /usr/bin/vim startup
commit
|
commitdiff
|
tree
2020-04-15
Greg Hurrell
feat(corpus): make it possible to create new files...
commit
|
commitdiff
|
tree
2020-04-14
Greg Hurrell
fix(corpus): actually detect backticks
commit
|
commitdiff
|
tree
2020-04-14
Greg Hurrell
fix(corpus): fix bad fence detection pattern
commit
|
commitdiff
|
tree
2020-04-14
Greg Hurrell
fix(corpus): remove errant logging
commit
|
commitdiff
|
tree
2020-04-14
Greg Hurrell
fix(corpus): abort link detection if you run into an...
commit
|
commitdiff
|
tree
2020-04-13
Greg Hurrell
refactor(corpus): remove unnecessary "repo" config
commit
|
commitdiff
|
tree
2020-04-13
Greg Hurrell
refactor(corpus): clean up a code comment
commit
|
commitdiff
|
tree
2020-04-13
Greg Hurrell
fix(corpus): work around unexpected `git-grep -z` behavior
commit
|
commitdiff
|
tree
2020-04-13
Greg Hurrell
fix(corpus): store labels case insensitively
commit
|
commitdiff
|
tree
2020-04-13
Greg Hurrell
style(corpus): fix code formatting
commit
|
commitdiff
|
tree
2020-04-13
Greg Hurrell
fix(corpus): make sure preview redraws
commit
|
commitdiff
|
tree
2020-04-13
Greg Hurrell
perf(corpus): make synthetic preview window
commit
|
commitdiff
|
tree
2020-04-13
Greg Hurrell
perf(corpus): debounce previews
commit
|
commitdiff
|
tree
2020-04-13
Greg Hurrell
refactor(corpus): remove dead code
commit
|
commitdiff
|
tree
2020-04-13
Greg Hurrell
fix(corpus): work around for ftdetect not running on...
commit
|
commitdiff
|
tree
2020-04-12
Greg Hurrell
feat(corpus): approach feature-completeness for initial...
commit
|
commitdiff
|
tree
2020-04-12
Greg Hurrell
feat(corpus): preview when switching via c-j, c-k
commit
|
commitdiff
|
tree
2020-04-12
Greg Hurrell
feat(corpus): prototype of typeahead search
commit
|
commitdiff
|
tree
2020-04-12
Greg Hurrell
fix(corpus): make sure we actually get config when...
commit
|
commitdiff
|
tree
2020-04-12
Greg Hurrell
chore(corpus): give up on fancy search/navigation for now
commit
|
commitdiff
|
tree
2020-04-12
Greg Hurrell
refactor(corpus): lame attempt at making previewing...
commit
|
commitdiff
|
tree
2020-04-12
Greg Hurrell
refactor(corpus): revisit preview windows etc
commit
|
commitdiff
|
tree
2020-04-12
Greg Hurrell
fix(corpus): fix bad deletebufline() call
commit
|
commitdiff
|
tree
2020-04-12
Greg Hurrell
feat(corpus): support visual mode
commit
|
commitdiff
|
tree
2020-04-12
Greg Hurrell
feat(corpus): make <C-]> navigate to a link target...
commit
|
commitdiff
|
tree
2020-04-12
Greg Hurrell
feat(corpus): partially sort link reference definitions
commit
|
commitdiff
|
tree
2020-04-12
Greg Hurrell
feat(corpus): implement crude target transform
commit
|
commitdiff
|
tree
2020-04-12
Greg Hurrell
feat(corpus): get autolinking working
commit
|
commitdiff
|
tree
2020-04-10
Greg Hurrell
test(corpus): add some stub tests
commit
|
commitdiff
|
tree
2020-04-10
Greg Hurrell
feat(corpus): don't manage titles automatically unless...
commit
|
commitdiff
|
tree
2020-04-10
Greg Hurrell
refactor(corpus): deduplicate some logic
commit
|
commitdiff
|
tree
next