- Notifications
You must be signed in to change notification settings - Fork0
Set of preconfigured snippets for different languages.
License
coder054/friendly-snippets
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Snippets collection for a set of different programming languages.
The only goal is to have one community driven repository for all kinds ofsnippets in all programming languages, this way you can have it all in oneplace.
Use your plugin manager of choice, e.g.
{"rafamadriz/friendly-snippets"}Warning
If you're using LuaSnip make sure to userequire("luasnip.loaders.from_vscode").lazy_load(), and addfriendly-snippets as a dependency for LuaSnip, otherwise snippets might notbe detected. If you don't uselazy_load() you might notice a slowerstartup-time
{"L3MON4D3/LuaSnip",dependencies= {"rafamadriz/friendly-snippets"},}use"rafamadriz/friendly-snippets"
Plug"rafamadriz/friendly-snippets":CocInstall https://github.com/rafamadriz/friendly-snippets@main
This collection of snippets should work with any snippet engine that supportsloading vscode snippets. Like for example:
Note
This is handled by your snippet engine and has nothing to do with this snippets collection
There's extra snippets included in this repo but they are not added by default,since it would be irrelevant for people not using those frameworks. Seesnippets/frameworks
For example: if you want to add rails snippets to ruby.
With LuaSnip:
require'luasnip'.filetype_extend("ruby", {"rails"})
With vim-vsnip:
letg:vsnip_filetypes.ruby= ['rails']
Note
This is handled by your snippet engine and has nothing to do with this snippets collection
With LuaSnip, seehelp luasnip-loaders
-- will exclude all javascript snippetsrequire("luasnip.loaders.from_vscode").load {exclude= {"javascript"},}
- Add all included snippets to theWiki.
A good portion of the snippets have been forked from the following repositories:
About
Set of preconfigured snippets for different languages.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Languages
- Lua100.0%

