Brian Ryall
|
0a367e1f4a
|
initial telescope extension
|
2021-11-22 10:43:34 -05:00 |
|
ThePrimeagen
|
57819752e6
|
Merge pull request #116 from clbrunet/patch-2
Delete c.c
|
2021-11-09 10:09:54 -07:00 |
|
Clément Brunet
|
f7c24f4fdc
|
Delete c.c
I'm sorry, i added this file by mistake.
|
2021-11-09 17:58:34 +01:00 |
|
ThePrimeagen
|
8ef4e87598
|
Merge pull request #112 from acicco/excluded_filetypes_option
feat: added excluded_filetypes option to avoid adding unwanted filety…
|
2021-11-09 08:18:53 -07:00 |
|
ThePrimeagen
|
38715a8f8b
|
Merge pull request #115 from clbrunet/fix_colon_keymaps
fix: use <Cmd> instead of ':' in quick menus remaps
|
2021-11-09 08:17:07 -07:00 |
|
clbrunet
|
031cfa6f9c
|
fix: use <Cmd> instead of ':' in quick menus remaps
Quick menus remaps now work even if a user uses a ':' remap.
|
2021-11-09 08:01:32 +01:00 |
|
ThePrimeagen
|
e082fcb644
|
Merge pull request #114 from clbrunet/quick_menu_improvements
Quick menu improvements
|
2021-11-08 15:50:16 -07:00 |
|
clbrunet
|
9571887e57
|
feat(cmd-ui): add <CR> keymap for selecting menu item
The selected command is sent to terminal index got from vim.fn.input
|
2021-11-07 17:44:46 +01:00 |
|
clbrunet
|
2802a19c89
|
feat(cmd-ui): add 'q' and '<ESC>' keymaps to close the quick menu
|
2021-11-07 17:43:03 +01:00 |
|
clbrunet
|
f227419697
|
refactor(ui): use 'number' option in quick_menu like in cmd-ui
|
2021-11-07 15:47:04 +01:00 |
|
Alan
|
0eced8969b
|
refactor: replaced loop for tbl_contains
|
2021-11-05 16:39:13 +00:00 |
|
Alan Ciccotelli
|
2ed6b3e8ae
|
fix: removed harpoon check from loop, lint/format fix
|
2021-11-05 12:49:11 +00:00 |
|
Alan Ciccotelli
|
e27f59e938
|
feat: added excluded_filetypes option to avoid adding unwanted filetypes to the harpoon menu list.
|
2021-11-04 12:16:17 +00:00 |
|
ThePrimeagen
|
22b2650315
|
Merge pull request #106 from seblj/master
remove popup.nvim as dependency
|
2021-11-02 19:27:50 -06:00 |
|
Sebastian Lyng Johansen
|
212584d281
|
remove popup.nvim as dependency
|
2021-10-27 21:46:05 +02:00 |
|
ThePrimeagen
|
54a47d3590
|
Merge pull request #104 from adgai19/cmd-ui-docs
fixed command for cmd-ui
|
2021-10-26 07:59:48 -06:00 |
|
Aditya Gaitonde
|
fdf47ad3fd
|
Merge branch 'ThePrimeagen:master' into cmd-ui-docs
|
2021-10-23 10:19:54 +05:30 |
|
adgai19
|
5193f23ecc
|
fixed command for cmd-ui
|
2021-10-23 10:15:00 +05:30 |
|
ThePrimeagen
|
dff4fb13e4
|
Merge pull request #101 from adgai19/cmd-ui-docs
Added docs for dynamic commands
|
2021-10-20 23:12:56 -06:00 |
|
adgai19
|
fd806b6797
|
Added docs for dynamic commands
|
2021-10-19 13:06:56 +05:30 |
|
ThePrimeagen
|
7bf7929a15
|
Merge pull request #100 from mikatpt/quit-bindings
Add convenience bindings for exiting quick menu
|
2021-10-14 10:01:59 -06:00 |
|
mikatpt
|
12bd7baf99
|
Update README
|
2021-10-11 18:52:37 -04:00 |
|
mikatpt
|
70f054764b
|
Change quit binding to use toggle_quick_menu()
|
2021-10-11 18:44:19 -04:00 |
|
mikatpt
|
99892c60ba
|
Linting
|
2021-10-11 18:44:06 -04:00 |
|
mikatpt
|
132da0d247
|
Fix formatting
|
2021-10-09 18:57:08 -04:00 |
|
mikatpt
|
2225d62eea
|
Add autocmd to quit menu on BufLeave
|
2021-10-09 13:50:27 -04:00 |
|
mikatpt
|
d5753b4a83
|
Add line referencing quit mappings in README
|
2021-10-07 21:20:24 -04:00 |
|
mikatpt
|
eb0fc958b4
|
Add convenience bindings for exiting quick menu
|
2021-10-07 21:03:37 -04:00 |
|
ThePrimeagen
|
c9a613b4e9
|
Merge pull request #95 from EthanJWright/master
feat(term): configuration to run command automatically on send
|
2021-09-22 14:24:28 -06:00 |
|
ThePrimeagen
|
2cd12da243
|
Merge pull request #97 from RishabhRD/dynamic_commands
harpoon dynamic commands for projects
|
2021-09-15 08:33:06 -06:00 |
|
Rishabh Dwivedi
|
3123335be9
|
cmd-ui: fixed formatting for stylua
|
2021-09-05 22:18:49 +05:30 |
|
Rishabh Dwivedi
|
732be7f4be
|
updated luacheckrc and formatting
|
2021-09-04 20:51:58 +05:30 |
|
Rishabh Dwivedi
|
bfdeafc913
|
simplified whitespace and breadbutter for logging
|
2021-09-02 00:01:26 +05:30 |
|
Rishabh Dwivedi
|
730dc0c0d2
|
updated formatting
|
2021-08-30 04:01:03 +05:30 |
|
Rishabh Dwivedi
|
323027715f
|
harpoon dynamic commands for projects
|
2021-08-30 02:28:47 +05:30 |
|
EthanJWright
|
7670f8d7a9
|
fix: add docs
|
2021-08-18 20:24:03 -06:00 |
|
EthanJWright
|
7758ef1a0c
|
feat: run command after sending to buffer
|
2021-08-18 20:19:27 -06:00 |
|
ThePrimeagen
|
d8610fdc12
|
Merge pull request #92 from trewjames/terminal
feat(term): add clear all functionality for terms
|
2021-08-09 10:21:55 -06:00 |
|
ThePrimeagen
|
df1d9e5a3a
|
Merge pull request #93 from jesseleite/save-on-change-in-menu
Hook up `save_on_change` option to menu buffer
|
2021-08-09 10:21:45 -06:00 |
|
Jesse Leite
|
a1ce601f66
|
Hook up save_on_change option to menu buffer.
|
2021-08-05 23:13:27 -04:00 |
|
James Trew
|
37aa813a67
|
delete term buffers on clear_all
|
2021-08-05 09:17:53 -04:00 |
|
James Trew
|
595bbaba29
|
feat(term): add clear all functionality for terms
|
2021-08-04 11:04:14 -04:00 |
|
ThePrimeagen
|
1c98945c68
|
Merge pull request #90 from anott03/fnToAPI
moving from vim.fn to vim.api where possible
|
2021-07-08 16:30:34 -06:00 |
|
anott03
|
750ac2d9d5
|
stying via stylua
|
2021-06-17 14:44:03 -04:00 |
|
anott03
|
1384fabdd5
|
reverting qflist change
|
2021-06-17 08:10:19 -07:00 |
|
anott03
|
a0f33c9a37
|
moving from vim.fn to vim.api where possible
vim.fn functions are vimsciprt, while vim.api functions are lua, so api
functions tend to perform better
|
2021-06-17 07:36:53 -07:00 |
|
ThePrimeagen
|
65d1b43428
|
Merge pull request #86 from jonathf/master
custom terminal creation command
|
2021-06-10 10:26:44 -06:00 |
|
Jonathan Feinberg
|
c3f6755344
|
fixed formatting
|
2021-06-04 20:20:05 +02:00 |
|
ThePrimeagen
|
12f7c65913
|
Merge pull request #87 from rudotriton/buf-scoped-status
Allow statusline marks to differ between windows
|
2021-06-03 11:27:22 -06:00 |
|
Jonathan Feinberg
|
f1a61debf2
|
double idx as number and table
|
2021-05-27 13:37:44 +02:00 |
|