Commit Graph

80 Commits

Author SHA1 Message Date
hrsh7th
b47a703a48 RFC: CmpStatus command (#210)
* Add `CmpStatus` command

* Update headings

* Fix heading

* Update headings

* Add README.md

* Fix tests

* Force invoke InsertEnter
2021-09-17 13:29:28 +09:00
hrsh7th
12ed912c36 Add the ability to specify source priority manually 2021-09-16 13:06:26 +09:00
hrsh7th
ca77ec6dcc Change default format.deprecated value 2021-09-16 12:54:51 +09:00
Duc Pham
1cd577403d Fix typo (#199) 2021-09-15 19:09:17 +09:00
hrsh7th
e62303abab Prettier 2021-09-14 16:18:57 +09:00
hrsh7th
f90093bb0e Add concepts 2021-09-14 16:15:06 +09:00
hrsh7th
2c92fef040 Advertise a bit 2021-09-14 13:08:04 +09:00
hrsh7th
44ffee0e0c Add Vim script API docs 2021-09-14 01:29:02 +09:00
hrsh7th
6173796b2b Support Vim script plugins 2021-09-13 23:57:59 +09:00
hrsh7th
9c460395a0 InsertMode is required 2021-09-13 01:05:31 +09:00
hrsh7th
a78894a09a Implement enabled=false configuration 2021-09-13 00:59:48 +09:00
hrsh7th
613328c375 Expose built-in comparators 2021-09-10 01:03:07 +09:00
hrsh7th
6f48e2650f Update README.md 2021-09-09 22:06:12 +09:00
Iron-E
ae54dcdc49 Reduce use of VimL (#168)
* perf(context): reduce use of `cmd` and `fn`

* perf(float): reduce use of `cmd` and `fn`

* perf(init): reduce use of `cmd` and `fn`

* perf(menu): reduce use of `cmd` and `fn`

* perf(plugin): reduce use of `cmd` and `fn`

* docs(README): reduce use of `cmd` and `fn`
2021-09-09 11:12:22 +09:00
hrsh7th
cc28d6fa96 Update example mapping 2021-09-08 20:31:59 +09:00
PyGamer0
c44ae32bf5 fix typo (#170)
I think this is a typo
2021-09-07 21:09:33 +09:00
hrsh7th
b832719c68 Implement config.confirmation.get_commit_characters 2021-09-03 21:35:23 +09:00
hrsh7th
889109cbc0 Implement source specific options 2021-09-03 20:30:40 +09:00
hrsh7th
e867bf233e Experimental: Ghost text (#119)
* Inline suggest experimental

* Fix flicker

* Fix ci fails

* Reduce flicker

* Improve menu functions

* Default false

* README.md

* Add require

* Rename inline_preview to ghost_text
2021-09-03 18:34:10 +09:00
Stephen Brown-Bourne
1ae7b5e250 fix some README grammar (#136) 2021-09-02 15:12:59 +09:00
zootedb0t
a8f62d2364 fixed typo in README (#128)
* fixed typo in README

* fixed typo in README
2021-09-01 15:35:37 +09:00
hrsh7th
2b82bc1a48 Add document for completeopt+=longuest 2021-09-01 13:00:24 +09:00
Brian
a383a1b2e0 fixed supertab example (#117) 2021-08-30 12:15:07 +09:00
hrsh7th
b9ef85d483 Add Programatic API documents 2021-08-29 21:41:50 +09:00
hrsh7th
b29356a176 Update README.md 2021-08-29 21:13:34 +09:00
zootedb0t
4f6b3d0200 fixed typo in README (#112) 2021-08-29 20:17:49 +09:00
hrsh7th
63d3199cfd Add slow down reason 2021-08-29 15:35:04 +09:00
hrsh7th
a339421f4b Fix merge bug 2021-08-29 14:31:24 +09:00
hrsh7th
99de62c1fc Improve README.md 2021-08-29 14:01:51 +09:00
Anas sheashaey
24406f995e Fix typo in README (#104) 2021-08-28 02:34:08 +09:00
hrsh7th
63d6c22431 Add warning for source creators 2021-08-27 21:18:26 +09:00
Andreas Schneider
a46cfc219b README: Allow to use Tab for indentation (#38) 2021-08-27 15:06:34 +09:00
hrsh7th
6b9570920e Update README.md 2021-08-27 12:19:01 +09:00
hrsh7th
b9c494a53e Add documentation for mapping fallbacks 2021-08-27 11:31:50 +09:00
Alex Tylor
a6cfb29a63 Update README to help clarify config and source usage (#92)
* Update to README language/descriptions

* Change pluralismsmsmsmsms :)

Co-authored-by: alex.tylor <atylor@gmail.com>
2021-08-27 11:13:13 +09:00
hrsh7th
6e63fda5b2 Fix example source implementation 2021-08-27 02:04:45 +09:00
hrsh7th
c627f44f81 Update README.md 2021-08-26 18:44:32 +09:00
hrsh7th
f5c0772562 Fix documents bug 2021-08-26 17:10:45 +09:00
hrsh7th
ec3f8aedaf Add completion.get_trigger_characters as configurable option 2021-08-26 16:50:23 +09:00
uga-rosa
698c3c4bf5 Add FAQ for formatting.format (#79)
* Add mapping example to README

* move to FAQ section

* add FAQ for formatting.format

Update README.md

Update README.md
2021-08-26 14:25:30 +09:00
pedro757
39ef1467ba fix: grammar mistake in README (#72) 2021-08-26 00:21:08 +09:00
uga-rosa
d1f7f4f621 Add mapping example to README (#70)
* Add mapping example to README

* move to FAQ section
2021-08-25 21:45:24 +09:00
hrsh7th
6bc0ddb58b Add preselect configuration option 2021-08-25 21:23:54 +09:00
hrsh7th
9bf7dbd871 Change completion.autocomplete default value 2021-08-25 19:00:28 +09:00
hrsh7th
79601cb3db Add cmp.mapping.abort 2021-08-25 17:15:17 +09:00
hrsh7th
3a571a69fb Update README.md 2021-08-25 15:18:48 +09:00
hrsh7th
d1b32f241f Add SourceBaseApiParams to get_trigger_characters API 2021-08-25 11:30:45 +09:00
hrsh7th
f7bb6f1c6e Add SourceBaseApiParams 2021-08-25 11:30:45 +09:00
Brandon Conway
46e5d1656d Fix missing escape character in code example (#59) 2021-08-25 05:07:23 +09:00
hrsh7th
0d97bfc875 Update status 2021-08-24 23:29:05 +09:00