TJ DeVries
8783bea06e
feat: quickfix ( #293 )
...
* feat: quickfix (not implemented)
* [WIP]: Wed 09 Dec 2020 11:11:30 PM EST
* somewhat working linked list impl
* getting closer
* might be working
* might be working for real
* works and implemented basic example
* dont forget to close prompt
* fix descending and add more tests
* test fixes
* fix test
* more logging
* Fix some more tests
* Fix logging messing up tests
* fix: lint
* fix: multi select stuffs
2021-01-11 13:29:37 -05:00
oberblastmeister
f750159203
feat: add actions.get_current_line ( #391 )
2021-01-05 08:50:44 +01:00
Senghan Bright
6a403ddf98
add selected command to cmd-history ( #383 )
2021-01-04 07:09:55 +01:00
Cedric M'Passi
5a65c676af
fix: normal mode toggle issue
2020-12-21 22:23:34 +01:00
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
Mike Hartington
424b98df15
fix: add back filetypedetect on edit ( #283 )
...
* add back filetypedetect on edit
* chore(): apply feedback
2020-12-03 00:37:07 -05:00
TJ DeVries
8d97b2dbdd
fix: abstract and remove param
2020-12-01 12:47:43 -05:00
tami5
f3caae5dda
fix: builtin runner insert issue ( #266 )
...
closes #262 , adds new parameter to action.close. Users know can have more control over the mode after action.close is called.
2020-12-01 14:03:14 +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
863328a96d
feat: Buffers rework (indicators and sorting) ( #208 )
2020-11-23 10:11:46 -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
8117263027
feat: Add git builtins ( #240 )
...
Conni2461 is a great coder and contributor :)
2020-11-16 15:10:26 -05:00
TJ DeVries
985856946e
feat: Allow overriding actions from mappings ( #248 )
2020-11-16 10:58:30 -05:00