JINNOUCHI Yasushi
0a4a521471
refactor!: do nothing until calling setup() ( #80 )
...
* Use Lua function to complete tags
* Use Lua func to define validating command
* Use new API's to define options & mappings
* Add not for usage of `FrecencyValidate`
2023-04-11 11:16:52 +09:00
JINNOUCHI Yasushi
38d6743eb2
Revert "fix: set prompt filetype to TelescopePrompt ( #81 )" ( #95 )
...
This reverts commit e8e97eeebd .
This plugin defines the filetype `frecency` to use a customized syntax
to highlight tags in input characters. So we should use `frecency` here.
<img width="141" alt="スクリーンショット 0005-04-11 10 09 02" src="https://user-images.githubusercontent.com/1239245/231029307-e09ede61-a0ee-49fe-8fa5-25654a193ca5.png ">
2023-04-11 10:10:55 +09:00
JINNOUCHI Yasushi
09269b2b9d
fix: use substr matcher to use sorting by scores ( #94 )
2023-04-10 17:50:37 +09:00
Lewis Russell
e5696afabd
perf: reduce startup time by moving requires
2023-02-15 12:32:18 +01:00
JINNOUCHI Yasushi
62cbd4e7f5
Detect entries when it has added new ones ( #87 )
2022-12-28 12:25:07 +01:00
JINNOUCHI Yasushi
10771fdb7b
Use new API and add check for nvim-web-devicons ( #78 )
2022-11-06 13:42:32 +01:00
JINNOUCHI Yasushi
8997a3f2be
Use the newer API to define autocmds ( #79 )
2022-11-06 13:42:10 +01:00
Sabu Siyad
e8e97eeebd
fix: set prompt filetype to TelescopePrompt ( #81 )
2022-11-06 13:39:01 +01:00
Rohan Orton
5140a6ed87
Fix broken Frecency Algorithm link in README.md ( #82 )
...
MDN appear to have removed the Frecency Algorithm page linked in the README document. Updating link to use archived version.
2022-11-06 13:38:46 +01:00
Munif Tanjim
72107a262f
feat: use sorter fuzzy_with_index_bias ( #73 )
2022-11-06 13:38:28 +01:00
JINNOUCHI Yasushi
9634c3508c
Enable to specify tags to show the tails ( #77 )
...
* Enable to specify tags to show the tails
* Add doc for show_filter_column
2022-09-27 21:09:50 +02:00
JINNOUCHI Yasushi
3ef3d6cabe
Use opts.path_display to customize ( #76 )
2022-09-27 21:08:14 +02:00
JINNOUCHI Yasushi
4d72ee8002
Use vim.notify not to block outputs ( #75 )
2022-09-27 21:03:57 +02:00
Lucas Hoffmann
d51c7631dc
Update url for sqlite dependency ( #64 )
...
The old repository on github redirects to this one.
2022-09-06 07:47:32 +02:00
Munif Tanjim
6d2db0ee0c
fix: fetch lsp workspaces without triggering tag completion ( #72 )
2022-08-13 11:00:29 +02:00
Simon Hauser
7f4fef1a9f
Revert "fix: fetch lsp workspaces without triggering tag completion ( #69 )" ( #71 )
...
This reverts commit 335cff15ea .
2022-08-12 16:45:03 +02:00
Munif Tanjim
335cff15ea
fix: fetch lsp workspaces without triggering tag completion ( #69 )
2022-08-12 15:44:00 +02:00
Munif Tanjim
32f4b59ea1
feat: support opts.workspace ( #68 )
2022-08-12 15:42:45 +02:00
Munif Tanjim
388016c512
fix: show icon before directory ( #67 )
2022-08-12 15:42:13 +02:00
Munif Tanjim
c891e5e86c
fix: column width for cwd tag ( #66 )
2022-08-12 15:41:44 +02:00
Munif Tanjim
7b79627fd4
fix: healthcheck ( #65 )
2022-08-12 15:41:25 +02:00
Matteo Bigoi
68ac8cfe67
fix: ore robust handling of configuration defaults. ( #57 )
2022-05-25 08:44:48 +02:00
Taylon
979a6f3d88
fix: only show filter column when show_filter_column is true ( #51 )
2021-12-06 21:10:27 +01:00
James Hiew
ea44b316f4
feat: add default_workspace setting ( #43 )
2021-11-23 19:07:11 +01:00
Fabian Langguth
4c46d46859
feat: use telescope builtin transform_path ( #46 )
...
Telescope has changed the way how the options for path transform can be
set. Use the appropriate new interface to transform the paths for
display.
2021-10-04 21:04:24 +02:00
tami5
cf3a1deb9c
follow sqlite new release ( #40 )
...
* refactor(sql_wrapper): follow sqlite new release
* update readme
2021-09-01 08:36:12 +03:00
Anshuman Medhi
f8cf92a637
doc(readme): fix packer install instructions ( #34 )
...
Co-authored-by: tami5 <65782666+tami5@users.noreply.github.com>
2021-08-22 03:49:34 +03:00
premell
f32d417831
doc(readme): update config example ( #33 )
...
remove comma causing error.
2021-08-21 00:52:16 +03:00
Senghan Bright
459041fb42
fix: allow preceeding spaces in filter match pattern
2021-08-05 12:40:16 +02:00
Senghan Bright
31e8158d54
docs: add missing comma in config example
2021-08-04 23:51:59 +02:00
Senghan Bright
a236fccbee
docs: add devicons link
2021-08-04 22:01:34 +02:00
Senghan Bright
3da05c8744
docs: fix readme
2021-08-04 20:38:36 +02:00
Senghan Bright
4edeb980e5
docs: fix readme parameter quoting
2021-08-04 20:37:31 +02:00
Senghan Bright
5dc0cb42d8
docs: update README to match recently added config parameters
2021-08-04 20:35:43 +02:00
Senghan Bright
69c3255d31
add disable_devicons parameter to example config.
2021-08-04 20:28:11 +02:00
Senghan Bright
e5dd397504
feat: support devicons ( #31 )
...
* feat: support devicons
* fix: respect opts.disable_devicons
* chore: stylua format
2021-08-04 20:25:49 +02:00
Senghan Bright
f7ee2172da
docs: update read me with db_root information.
2021-08-04 10:58:51 +02:00
Senghan Bright
65a7d89eb8
feat: make database location configurable
2021-08-04 10:52:02 +02:00
Senghan Bright
8b6f4b8981
deprecate persistent_filter.
...
functionality is superceded by https://github.com/nvim-telescope/telescope.nvim/pull/1051
and Telesopes native `default_text` setting.
2021-08-04 09:37:09 +02:00
Senghan Bright
6415657162
deprecate persistent_filter
2021-08-04 09:35:57 +02:00
Senghan Bright
f7261e9cb5
chore: Documentation for database validation.
2021-08-04 09:21:48 +02:00
Senghan Bright
e7c9dee1e7
feat: allow user to disable database validation safe_mode ( #20 )
...
* feat: allow user to disable database validation safe_mode
* fix safe_mode logic
* fix: fix user confirmation
* feat: allow disabling of auto-validation
2021-08-04 09:16:33 +02:00
Senghan Bright
1929fc49df
feat: add checkhealth function
2021-08-04 08:53:02 +02:00
Senghan Bright
b0ca43d7d6
chore: Add requires "sql.nvim" guard in packer config example
2021-08-04 08:51:37 +02:00
Simon Hauser
5173a42d4a
chore: move to plenary.path ( #24 )
2021-07-14 19:54:33 +02:00
Senghan Bright
721300e3d6
fix: map <S-Tab> to menu previous entry ( #19 )
2021-04-17 13:16:55 +02:00
Senghan Bright
555f170098
feat: add CWD filter ( #18 )
2021-04-17 12:32:29 +02:00
elianiva
926fbde059
fix: move vim.fn.nvim_feedkeys to vim.api.nvim_feedkeys ( #15 )
2021-03-10 20:38:25 +01:00
Simon Hauser
8b584bd88f
fix: new action interface ( #12 )
2021-02-22 18:48:41 +01:00
JINNOUCHI Yasushi
ffa2027102
Refactor callback ( #9 )
...
* Fix tabs
* Detect the filter faster
2021-02-10 12:39:28 +01:00