| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-14 | fix: Checks for next server on buffer | TJ DeVries | |
| 2020-12-10 | Feat: symbols json picker (#303) | Simon Hauser | |
| 2020-12-09 | ci: Add luacheck ci job (#317) | Simon Hauser | |
| * Add luacheck ci job * Fix most of the linting issues * fixup: lint Co-authored-by: TJ DeVries <devries.timothyj@gmail.com> | |||
| 2020-12-09 | Feat: Opt in vim buffers for previewers (#298) | Simon Hauser | |
| Enable with: require('telescope').setup { defaults = { file_previewer = previewers.vim_buffer_cat.new, grep_previewer = previewers.vim_buffer_vimgrep.new, qflist_previewer = previewers.vim_buffer_qflist.new, } } | |||
| 2020-12-03 | fix: Set and unset report to what's needed when deleting buffers. (#282) | Julian Berman | |
| Fixes #105. | |||
| 2020-12-02 | Fix to pass opts to pickers (#301) | tamago324 | |
| builtins were not passing `opts` correctly, but now do. | |||
| 2020-12-02 | new builtin - autocommands (#302) | Senghan Bright | |
| * feat: new builtin - Autocommands finder * fix: remove decorators to avoid confusion. * make preview split same hl-group as border * use highlight instead of marker character for preview selection hl | |||
| 2020-11-28 | Fix builtin.builtin for lsp and git modules (#300) | Simon Hauser | |
| 2020-11-28 | feat: add lsp range code actions (#297) | windwp | |
| https://github.com/neovim/neovim/pull/12962 authored by: @windwp | |||
| 2020-11-27 | feat: Make tab toggle between git add and git restore in ↵ | Cedric M'Passi | |
| builtin.git_status() (#289) Very useful functionality to use git_status for. Now users can add a file or restore it by <tab> authored by: @cempassi | |||
| 2020-11-26 | Refactor builtin (#287) | Simon Hauser | |
| 2020-11-23 | feat: Buffers rework (indicators and sorting) (#208) | Simon Hauser | |
| 2020-11-23 | feat: v0.1 of extensions (#278) | TJ DeVries | |
| 2020-11-23 | Register finder (#275) | Senghan Bright | |
| builtin: Registers finder. view and edit vim registers. | |||
| 2020-11-21 | feat: Add highlights builtin (#267) | Simon Hauser | |
| 2020-11-19 | Feat: Add filetypes builtin (#263) | Simon Hauser | |
| 2020-11-19 | Fix: cwd detection of builtin.git_ (#264) | YIQUN | |
| 2020-11-17 | Fix: set_opts_cwd function will only call git once (#256) | YIQUN | |
| 2020-11-17 | Fix: check if opts.cwd is a git directory, not opts (#252) | YIQUN | |
| 2020-11-16 | Update attach_mappings to use new actions api (#249) | Simon Hauser | |
| 2020-11-16 | feat: Add tags (#219) | Simon Hauser | |
| 2020-11-16 | feat: Add git builtins (#240) | Simon Hauser | |
| Conni2461 is a great coder and contributor :) | |||
