This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "Loops through recursion": { | |
| "prefix": "rec", | |
| "body": [ | |
| "def ${1:recursion}(${2:list}) do", | |
| " ${1:recursion}(${2:list}, ${3:[]})", | |
| "end", | |
| "", | |
| "def ${1:recursion}([${4:head} | ${5:tail}], ${6:acc}) do", | |
| " ${0:CODE}", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "LiveView: Phoenix.LiveComponent call": { | |
| "body": [ | |
| "<.live_component", | |
| " module={$1}", | |
| " id={$2}", | |
| " $0", | |
| "/>" | |
| ], | |
| "description": "LiveView: Phoenix.LiveComponent call", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # yaml-language-server: $schema=https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json | |
| console_title_template: "{{ .Shell }} {{if .Root}} ⚡ {{end}}{{.UserName}} \u2794 📁{{.Folder}}" | |
| final_space: true | |
| version: 2 | |
| palette: | |
| aws_background: "#FFA400" | |
| executiontime_background: "#4c1f5e" | |
| exit_success: "#16a34a" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Replace "terminal" key with the code below. | |
| terminal: | |
| searchOptions: {} | |
| colorScheme: | |
| name: Dark+ | |
| foreground: '#CCCCCC' | |
| background: '#010409' | |
| cursor: '#FFFFFF' | |
| colors: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| "LiveView: ~p sigil": { | |
| "scope": "elixir,phoenix-heex", | |
| "body": [ | |
| "~p\"/$1\"" | |
| ], | |
| "description": "LiveView: ~p sigil", | |
| "prefix": [ | |
| "~p" | |
| ] |
OlderNewer