Simon Hauser
df6b762b31
Feat: symbols json picker ( #303 )
2020-12-10 09:22:46 +01:00
Simon Hauser
141dc6d55e
ci: Add luacheck ci job ( #317 )
...
* Add luacheck ci job
* Fix most of the linting issues
* fixup: lint
Co-authored-by: TJ DeVries <devries.timothyj@gmail.com >
2020-12-09 15:46:41 -05:00
Simon Hauser
c276db06e2
Feat: Opt in vim buffers for previewers ( #298 )
...
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-09 16:58:22 +01:00
Julian Berman
863a0d42c9
fix: Set and unset report to what's needed when deleting buffers. ( #282 )
...
Fixes #105 .
2020-12-03 14:23:19 -05:00
tamago324
f2b483edc5
Fix to pass opts to pickers ( #301 )
...
builtins were not passing `opts` correctly, but now do.
2020-12-02 23:54:09 -05:00
Senghan Bright
8546fdf610
new builtin - autocommands ( #302 )
...
* 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-02 00:27:54 +01:00
Simon Hauser
7dd79bf2ef
Fix builtin.builtin for lsp and git modules ( #300 )
2020-11-28 22:11:46 +01:00
windwp
16f11b6c27
feat: add lsp range code actions ( #297 )
...
https://github.com/neovim/neovim/pull/12962
authored by: @windwp
2020-11-28 09:16:17 +03:00
Cedric M'Passi
6edbd1db5f
feat: Make tab toggle between git add and git restore in 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-27 14:15:02 +03:00
Simon Hauser
4a8ea7763e
Refactor builtin ( #287 )
2020-11-26 08:16:58 +01:00
Simon Hauser
863328a96d
feat: Buffers rework (indicators and sorting) ( #208 )
2020-11-23 10:11:46 -05:00
TJ DeVries
2ac0582c06
feat: v0.1 of extensions ( #278 )
2020-11-23 09:29:10 -05:00
Senghan Bright
124655608f
Register finder ( #275 )
...
builtin: Registers finder. view and edit vim registers.
2020-11-23 11:07:53 +01:00
Simon Hauser
d153c006e7
feat: Add highlights builtin ( #267 )
2020-11-21 21:33:27 -05:00
Simon Hauser
929a30378c
Feat: Add filetypes builtin ( #263 )
2020-11-19 18:59:44 +01:00
YIQUN
319e8ed892
Fix: cwd detection of builtin.git_ ( #264 )
2020-11-19 09:03:08 +01:00
YIQUN
e16712f22e
Fix: set_opts_cwd function will only call git once ( #256 )
2020-11-17 11:35:06 +01:00
YIQUN
5863e49773
Fix: check if opts.cwd is a git directory, not opts ( #252 )
2020-11-17 08:21:58 +01:00
Simon Hauser
749c86557e
Update attach_mappings to use new actions api ( #249 )
2020-11-16 21:48:45 +01:00
Simon Hauser
eaa7011f84
feat: Add tags ( #219 )
2020-11-16 15:17:13 -05:00
Simon Hauser
8117263027
feat: Add git builtins ( #240 )
...
Conni2461 is a great coder and contributor :)
2020-11-16 15:10:26 -05:00