| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-10 | Move buffer lists to vim section | Dave Lage | |
| 2020-12-10 | Add links to sections in intro. | Dave Lage | |
| 2020-12-10 | Fix treesitter table | Dave Lage | |
| 2020-12-10 | Formatting | Dave Lage | |
| 2020-12-10 | Make smaller targetable lists for pickers | Dave Lage | |
| 2020-12-10 | Extend context in intro. | Dave Lage | |
| 2020-12-10 | Update pickers links | Dave Lage | |
| 2020-12-10 | Use lowercase to be consistent | Dave Lage | |
| 2020-12-10 | Use local extensions section. | Dave Lage | |
| 2020-12-10 | Update link for pickers | Dave Lage | |
| 2020-12-10 | Lots of README changes (#324) | Dave Lage | |
| * Lots of README changes * fix: Grammar * Re-order pickers/extensions | |||
| 2020-12-10 | List all nvim-telescope extensions. | Dave Lage | |
| 2020-12-10 | fix typo (#322) | Eli Flanagan | |
| 2020-12-10 | Feat: symbols json picker (#303) | Simon Hauser | |
| 2020-12-10 | Fix: filetype guesser (#321) | Simon Hauser | |
| 2020-12-09 | fix: Don't require ts at mod level | TJ DeVries | |
| 2020-12-09 | ci fix: don't cache git repos (#320) | Simon Hauser | |
| 2020-12-09 | feat: make ci green | TJ DeVries | |
| 2020-12-09 | ci: Pipeline Tests (#315) | 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-07 | feat: Force delete buffers | TJ DeVries | |
| 2020-12-03 | feat: Create LICENSE (#312) | TJ DeVries | |
| 2020-12-03 | fix: Set and unset report to what's needed when deleting buffers. (#282) | Julian Berman | |
| Fixes #105. | |||
| 2020-12-03 | scratch: show conni | TJ DeVries | |
| 2020-12-03 | Fix file_ingore_patterns for tags and lsp (#309) | Simon Hauser | |
| closes #299 authored by: @Conni2461 | |||
| 2020-12-03 | Feat: Displayer now supports highlights for separator and elements (#304) | Simon Hauser | |
| Separator Example: When creating the displayer ```lua local displayer = entry_display.create { separator = " ", separator_hl = 'Visual', -- New items = { { width = opts.bufnr_width }, { width = 4 }, { remaining = true }, }, } ``` Elements Example: When submitting data ```lua local hl_group = x == y then 'Normal' or 'Visual' return displayer { entry.bufnr, { entry.indicator, hl_group }, display_bufname .. ":" .. entry.lnum, } ``` | |||
| 2020-12-03 | fix: add back filetypedetect on edit (#283) | Mike Hartington | |
| * add back filetypedetect on edit * chore(): apply feedback | |||
| 2020-12-02 | Fix to pass opts to pickers (#301) | tamago324 | |
| builtins were not passing `opts` correctly, but now do. | |||
| 2020-12-01 | add new gif to show telescope.nvim (#306) | Raphael | |
| 2020-12-02 | add autocommands finder to readme | Senghan Bright | |
| 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-12-01 | update readme to include packer extension | Senghan Bright | |
| 2020-12-01 | fix: abstract and remove param | TJ DeVries | |
| 2020-12-01 | fix: builtin runner insert issue (#266) | tami5 | |
| closes #262 , adds new parameter to action.close. Users know can have more control over the mode after action.close is called. | |||
| 2020-11-29 | Update README.md | tami5 | |
| 2020-11-29 | Update README.md: add new preview | tami5 | |
| by @glepnir | |||
| 2020-11-28 | Fix builtin.builtin for lsp and git modules (#300) | Simon Hauser | |
| 2020-11-28 | Remove less from default termopen_env (#295) | 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-24 | fix: Use noremap when mapping. (#286) | Julian Berman | |
| Previously, if e.g. : was remapped, Telescope would be unclosable with its mappings (<Esc>). (Do the same for ensuring we :silent) | |||
| 2020-11-24 | fix: bug report template to suggest -nu instead of -Nu (#284) | tami5 | |
| @Julian | |||
| 2020-11-24 | Fix the bug report template to suggest -u | Julian Berman | |
| I *assume* this is what the intention here is? I.e. to say to use the test.vim as the config. I don't think `-N` does anything either, but let me know if I'm wrong. | |||
| 2020-11-23 | Add gitter tag | tami5 | |
| 2020-11-23 | feat: highlighter only | TJ DeVries | |
| 2020-11-23 | Filter the completion of the command (#279) | tamago324 | |
| 2020-11-23 | feat: Buffers rework (indicators and sorting) (#208) | Simon Hauser | |
| 2020-11-23 | feat: v0.1 of extensions (#278) | TJ DeVries | |
