Commit graph

102 commits

Author SHA1 Message Date
apgrc
b990a08456 Update README.md
Update link to @ejmastnak tutorial page.
2024-08-28 20:13:27 +02:00
Raffaele Mancuso
6460d746f3 Declare ls variable 2024-06-07 11:38:53 +02:00
treequin
7191c5705a Fix links to DOC.md in README.md 2023-10-18 08:07:27 +02:00
Cheehan Weereratne
8c77f6ddf5 Fix lazy install tag in README.md 2023-10-03 14:59:46 +02:00
L3MON4D3
0b4950a237 readme: small fixes.
* Correctly state required neovim-version.
* Put resolved major version number into install-commands, leads to
  confusion otherwise.
2023-07-18 17:30:30 +02:00
L3MON4D3
572f202a05 show lua-mappings in readme.
Show both the lua-api, and a different set of mappings (since
overloading tab has some annoying side-effects).
2023-07-10 10:18:19 +02:00
Corentin Hervaud
9ef39d47ba Adding comments in installation examples
Adding comments to make it more obvious that the user need to replace `<CurrentMajor>`
2023-04-18 00:02:24 +02:00
Evelyn Koo
ed7674448a chore: alter phrasing + slight proofread/format 2023-02-07 16:56:08 +01:00
Evelyn Koo
c1eca0e487 doc: change link to my LuaSnip guides 2023-02-07 16:56:08 +01:00
runiq
dc57218d05 Move config reference to DOC.md, update links 2023-02-02 14:47:05 +01:00
L3MON4D3
94f192cf5f readme: add lazy.nvim and jsregexp-install instructions to examples. 2023-01-27 22:21:43 +01:00
Elijan Mastnak
563827f00b
readme: list external resources, add tips for newbies
Co-authored-by: L3MON4D3 <Simljk@outlook.de>
2022-10-13 13:44:06 +02:00
L3MON4D3
92e90d5d3a implement semantic versioning. 2022-09-05 21:00:29 +02:00
L3MON4D3
97a51a03c8 Merge branch 'parse_from_ast' 2022-08-27 20:06:32 +02:00
L3MON4D3
5a9c74edb1 mention jsregexp-install-section of doc in readme. 2022-08-27 19:23:05 +02:00
Jack Rowlingson
82290dc37d doc: update readme.md install instructions 2022-08-18 12:17:44 -04:00
L3MON4D3
3a9fb5262e Merge branch 'master' into parse_from_ast 2022-08-13 15:38:05 +02:00
L3MON4D3
ce2340c92b Add dependency on jsregexp to doc+readme. 2022-08-12 22:41:18 +02:00
zjp
eb263a7589 add the link of DOC in Chinese 2022-08-12 22:27:39 +08:00
Zachary Thomas
aa1c36fa67 Setup postfix snippets 2022-06-18 15:12:31 -06:00
L3MON4D3
06ce7f1227 Readme: clean up mapping-section a bit.
the cmp-mappings were a bit out of date, not to mention compe.
2022-05-26 21:22:32 +02:00
L3MON4D3
8f14513509 add extend_load_ft for easily extending load-ft based on file-ft. 2022-05-22 18:04:48 +02:00
L3MON4D3
0030544eb3 doc: update+improve documentation for loaders.
Add small troubleshooting-section, too.
2022-05-15 12:35:27 +02:00
TornaxO7
ed45343072 fixing link 2022-04-01 14:09:37 +02:00
L3MON4D3
0fe164018d Also recommend disabling certain diagnostics for snip_env. 2022-03-21 10:37:24 +01:00
L3MON4D3
1c82128a6f Provide update_events as an alias for updateevents.
`updateevents` will continue working, but `update_events` is in line
with other config-keys, so recommend using that.
2022-03-20 20:28:12 +01:00
L3MON4D3
df767327f0 Mention snip_env in readme. 2022-03-20 20:19:46 +01:00
L3MON4D3
da8cf4e776 Mention new lua-loader in Readme. 2022-03-20 18:46:34 +01:00
L3MON4D3
1d84b9245c update section on adding snippets in readme. 2022-03-20 18:46:34 +01:00
L3MON4D3
5d62337e43
Readme: recommend lazy_load instead of load 2022-03-11 11:38:14 +01:00
L3MON4D3
3d544b66c0 Mention luasnip-snippet-repo in README (closes #326). 2022-03-07 09:16:09 +01:00
L3MON4D3
28ac855687 doc: reword vscode-section slightly. 2022-02-25 18:18:11 +01:00
michael o'donovan
dfee2c30ff docs(README.md): make docs easier for newbs wanting to load vscode snippets
This is my first ever attempt at contributing. I almost didn't use this great plugin because I couldn't get easily started with the snippets I already had, coming from vs-code. Going into a second page of docs almost scared me off. Perhaps just having it explicitly stated in the README how to get up and running with existing snippets might help new users of the plugin? Great great plugin by the way. I've almost got the courage up to start coding some lua snips : )
2022-02-25 18:15:36 +01:00
L3MON4D3
735af26a03 doc: Add short example at beginning. 2022-02-18 22:42:04 +01:00
L3MON4D3
eb84bb8993
Doc: fix file extension (closes #299) 2022-02-11 08:54:04 +01:00
L3MON4D3
0150d5c893 Slight readme/doc-improvements. 2022-01-13 09:15:50 +01:00
L3MON4D3
bebd82d734
readme: Recommend setting delete_check_events if history is enabled. 2022-01-12 22:45:20 +01:00
L3MON4D3
79662d8bb6
typo 2022-01-12 13:23:31 +01:00
Zorig
15cf1cbb22
fix: typo 2022-01-12 15:31:35 +08:00
L3MON4D3
0e8007ec5a Readme: add example for adding snippets via vscode/snipmate loader. 2022-01-11 22:44:31 +01:00
RayZ0rr
580c9e7077
Add notes on external snippets plugins 2022-01-02 16:35:41 +05:30
L3MON4D3
16bc2d04e3 Restructure examples, add links to interesting sections to readme.
Assigning `ls.snippets` after load() causes the loaded snippets to
be replaced, so load() is, again, demonstrated after lua-snippets.
2022-01-02 09:54:56 +01:00
David Frank
ecaf63d08a Update README 2021-12-09 16:56:49 +01:00
L3MON4D3
4191d3e475 docs: also update link to snippets-table in readme. 2021-12-04 10:03:15 +01:00
oncomouse
05b84086ab Update non-working example Lua code 2021-10-13 10:29:43 -05:00
Jonathan Feinberg
ea98febcd6
example recommondation from nvim-cmp wiki 2021-10-10 14:00:27 +02:00
Jonathan Feinberg
85fe03eb01
return on compe complete 2021-10-10 13:56:35 +02:00
Jonathan Feinberg
9c25dd764a
fix 2021-10-10 13:34:45 +02:00
Jonathan Feinberg
5c3ed3235e
consistent empty str return 2021-10-10 13:33:53 +02:00
Jonathan Feinberg
6769a007cc
remove == 1 (as it returns true) 2021-10-10 13:24:32 +02:00