Skip to content

Instantly share code, notes, and snippets.

@daggy1234
Last active August 13, 2022 06:58
Show Gist options
  • Save daggy1234/679c3bef3785ad26a5305de6a82353b4 to your computer and use it in GitHub Desktop.
Save daggy1234/679c3bef3785ad26a5305de6a82353b4 to your computer and use it in GitHub Desktop.
Daggy Sublime Config
Placeholder
Bud1inusdsclTerminusdsclbool  @ @ @ @ EDSDB ` @ @ @

Daggy Sublime

Sublime supremacy.

{
"max-line-length": 120,
}
[
{
"keys":
[
"super+r"
],
"command": "show_panel",
"args":
{
"panel": "replace",
"reverse": false
}
},
{
"keys":
[
"super+h"
],
"command": "show_overlay",
"args":
{
"overlay": "goto",
"text": "@"
}
},
{
"command": "lsp_hover",
"keys":
[
"super+alt+/"
],
"context":
[
{
"key": "lsp.session_with_capability",
"operator": "equal",
"operand": "hoverProvider"
}
]
},
{
"keys":
[
"super+shift+t"
],
"command": "open_terminal",
"args":
{
"parameters":
[
"-T",
"Working in directory %CWD%"
]
}
},
{
"keys":
[
"super+d"
],
"command": "dash_doc",
}
]
[
{
"keys":
[
"alt+m"
],
"command": "markdown_preview_select",
"args":
{
"target": "browser"
}
},
{
"keys":
[
"ctrl+k"
],
"command": "prompt_select_workspace"
},
{
"keys":
[
"ctrl+r"
],
"command": "show_panel",
"args":
{
"panel": "replace",
"reverse": false
}
},
{
"keys":
[
"ctrl+h"
],
"command": "show_overlay",
"args":
{
"overlay": "goto",
"text": "@"
}
},
{
"command": "lsp_hover",
"keys":
[
"ctrl+alt+/"
],
"context":
[
{
"key": "lsp.session_with_capability",
"operator": "equal",
"operand": "hoverProvider"
}
]
}
]
{
"details": "{file} | {sizehf} | {loc} lines",
"state": " Project: {project}",
"start_state": "Idling",
"log_level": "error"
}
{
"extensions":
[
"ex"
]
}
{
"telemetry": true,
"uid": "8f104ee4-33ec-4d2d-b0e7-d77216a095ff",
}
09023798262067c3e4135a52da899d64181b167b
// Settings in here override those in "LSP-Dart/LSP-Dart.sublime-settings"
{
"env": {
"FLUTTER_ROOT": "/usr/local/bin/flutter",
"DART_SDK": "/usr/local/bin/dart",
}
}
// Settings in here override those in "LSP-rust-analyzer/LSP-rust-analyzer.sublime-settings"
{
"settings": {
"rust-analyzer.checkOnSave.enable": true
}
}
// Settings in here override those in "LSP/LSP.sublime-settings"
{
"lsp_code_actions_on_save": {
"source.fixAll.eslint": true,
},
"show_diagnostics_inline": "at-cursor",
"clients":{
"haskell-language-server": {
"enabled": true,
"command": ["haskell-language-server-wrapper", "--lsp"],
"selector": "source.haskell"
}
},
}
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"A File Icon",
"AutoPEP8",
"ayu",
"BracketHighlighter",
"ColorPicker",
"Dartlight",
"DashDoc",
"Discord Rich Presence",
"DocBlockr",
"DocBlockr_Python",
"Dockerfile Syntax Highlighting",
"DotENV",
"EditorConfig",
"Elixir",
"Emmet",
"Emoji",
"Gofmt",
"Gomod",
"GraphQL",
"HTML-CSS-JS Prettify",
"LiveReload",
"LSP",
"LSP-Dart",
"LSP-dockerfile",
"LSP-elixir",
"LSP-eslint",
"LSP-file-watcher-chokidar",
"LSP-graphql",
"LSP-json",
"LSP-pyright",
"LSP-typescript",
"LSP-vue",
"LSP-yaml",
"MarkdownPreview",
"Material Theme",
"MultiEditUtils",
"Nodejs",
"OrgExtended",
"Package Control",
"PowerShell",
"Pretty JSON",
"Pretty YAML",
"Prisma",
"ProjectManager",
"Prolog",
"PyYapf Python Formatter",
"requirementstxt",
"Rust Enhanced",
"RustFmt",
"SideBarEnhancements",
"SublimeGit",
"SublimeLinter",
"Sync Settings",
"Table Editor",
"Terminal",
"Terminus",
"TOML",
"Vue Syntax Highlight",
"WakaTime",
],
"repositories":
[
],
"debug": true,
}
{
"ignored_packages":
[
"LSP-pyright",
"Rust",
"Vintage",
],
"color_scheme": "Packages/ayu/ayu-mirage.sublime-color-scheme",
"theme": "ayu-mirage.sublime-theme",
"font_size": 18,
"font_face": "JetBrains Mono",
"close_windows_when_empty": false,
"translate_tabs_to_spaces": false,
}
{
"yapf_command": "/usr/local/bin/yapf"
}
// RustFmt Settings - User
{
"executable": ["rustfmt", "--edition", "2018"],
}
{
"terminal": "iTerm2-v3.sh",
"parameters": ["--open-in-tab"]
}
{
"globals": {
"background": "#1f2430"
},
"name": "Terminus",
"variables": {
"blue": "#73d0ff",
"light_cyan": "#95e6cb",
"light_magenta": "#d4bfff",
"black": "#1a1e29",
"foreground": "#cbccc6",
"background": "#1f2431",
"selection_foreground": "#cbccc6",
"light_white": "#ffffff",
"caret": "#ffcc66",
"light_blue": "#73d0ff",
"magenta": "#d4bfff",
"cyan": "#95e6cb",
"block_caret": "#ffcc66",
"selection": "#34455a",
"brown": "#ffd580",
"light_black": "#686868",
"green": "#bae67e",
"light_green": "#bae67e",
"light_brown": "#ffd580",
"light_red": "#f28779",
"red": "#f28779",
"white": "#c7c7c7"
}
}
{
"theme": "ayu-mirage",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment