| Age | Commit message (Collapse) | Author |
|
Conni2461 is a great coder and contributor :)
|
|
|
|
|
|
the results variable can be nil when there's no code action available,
check for nil results before checking the length
|
|
Rework helptags builtin, including helps tags from installed plugins
|
|
* Add built-in to search keymaps
* Re-factor maps for cleaner codes
Rather than use function to return a results table for various key maps.
Assign results the key maps table itself. This makes for cleaner code.
* Keymaps: escape termcodes using built-in util
* Rename builtin.maps to builtin.keymaps
|
|
0 is not a false value in Lua. Compare to 1 to check if it is a git
directory. Fixed error syntax.
|
|
Fixes previews for files beginning with ~/
Previewer will now show directories
Fix if clause with vim.fn.executable
|
|
|
|
|
|
|
|
Still has a bunch of improvements that can be done, but wanted to merge in some of the related changes.
* options parser
* wip: vimoptions finder
* feat: pre-populate ex-command line with `:set foo=`
* use options current value when populating command line
* fix: use result.raw_value to store original option value
* .
* options: Continue work on option finder
* [WIP]: Tue 27 Oct 2020 10:34:09 PM EDT
* [WIP]: Mon 02 Nov 2020 08:20:13 PM EST
* [WIP]: Mon 02 Nov 2020 09:04:23 PM EST
Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
|
|
Closes: #193
|
|
Amendment: replace the old `builtin`
|
|
|
|
* fix: Ensure git_files uses the git root directory as cwd
This sets the cwd option of the git_files builtin to use the root of the
git directory when the cwd option doesn't already exist. When git lists
files, it is relative to the root of the git directory, rather than the
current working directory. This caused problems when using git_files in
a subdirectory of the git root (see #174).
This commit fixes the issue by always setting the cwd as the root of the
git directory.
* ref: Use neovim's system caller for command
This removes the need for an additional lua function to extract the shell
response, making use of inbuilt vim functionality.
|
|
* refactor: prompt->prompt_title ; prompt_prefix->prompt_text
* undo prompt_prefix rename
* undo prompt_prefix rename
|
|
|
|
* Add Telescope Commands
* Add Colorscheme support
* Add Command for coloscehme
* add marks support
* rename commad
|
|
|
|
To be honest, I'm not 100% sure this is fantastic, but it's definitely a
step in the right direction for command history.
Closes: #150
|
|
|
|
First edition. Sometimes weird things can happen with the previewer, but I think I got it 99% working.
* feat: Manpages finder (output of apropos)
* fixup: Add previewer and fix comments
Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
|
|
|
|
|
|
* [WIP]: Mon 28 Sep 2020 01:08:24 PM EDT
* add much much better tracking. so much less hax
* status updates, oneshot job updates, etc.
* remove temp function
* add status function
* asdfasdfasdf
|
|
Warn users if they have `report` set to a bad value
In the future, we could try and change it and put it back, but that
feels a bit bad. If anyone can tell me WHY you would want this, then we
can do it.
|
|
* feature: Vim help-tags picker
* fix: filtered results were wrong because of missing `entry.value`
* fix: filtered (Vim only help) items are listed in results as empty
entries.
* fix: avoid search history pollution by replacing / in cmd returned by taglist() with search()
* fix: improve search() formatting
* fix: escape tilde in search() command
* fix: improve help-preview
* fix: improve search()
* fix: search() string fixes.
* fix: use no magic to do magic
Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
First pass, but seems to work. Fixed a few other related items, so pushing it to master now.
* [WIP]: Wed 16 Sep 2020 05:17:10 PM EDT
* [WIP]: Wed 16 Sep 2020 06:10:33 PM EDT
* [WIP]: Wed 16 Sep 2020 06:19:43 PM EDT
|
|
|
|
Co-authored-by: Oleg Matrokhin <o.matrohin@softpro.com>
|
|
* fix: use correct path separator on windows
* fix: add utils.get_separator
* asdf
* feat: add builtin.commands
* change commands sorter
* change sorter
* change sorter
* feat: make it possible to specify the find_command for find_files
* temp
* feat: add find_command option for find_files
* wip
* fix: execute code action
|
|
|
|
* feat: Add support for ripgrep in "find_files" builtin
* docs: Add mention about "ripgrep" for find_files builtin
|
|
builtin) (#32)
|
|
* fix: use correct path separator on windows
* fix: add utils.get_separator
* asdf
* feat: add builtin.commands
* change commands sorter
* change sorter
* change sorter
|
|
|
|
Restrict builtin find_files to files
|
|
|
|
|
|
|
|
|
|
|
|
|