Skip to content

Instantly share code, notes, and snippets.

@Kvieta1990
Created October 9, 2023 15:43
Show Gist options
  • Save Kvieta1990/638e13d9eb462dd747cb3be6e08f129b to your computer and use it in GitHub Desktop.
Save Kvieta1990/638e13d9eb462dd747cb3be6e08f129b to your computer and use it in GitHub Desktop.
SublimeText Settings on MacOS
{
"added_words":
[
"Sep",
"expt",
"fqnintervals",
"chicollection",
"f90",
"exe",
"cd",
"chmod",
"mnt",
"awk",
"libm",
"glibc",
"V6",
"nanowire",
"nanoparticle",
"nanosheet",
"nano",
"dat",
"originlab",
"rmcprofile",
"Ubuntu",
"X11",
"pgplot",
"dylib",
"atomeye",
"stog",
"A1",
"A2",
"x0",
"dx",
"756ms",
"https",
"pscore6",
"yuanpeng",
"host2",
"host1",
"Mantid",
"Zhang",
"Taddei",
"py",
"utf",
"rmc6f",
"cfg",
"neighbour",
"linestyle",
"rwidth",
"royalblue",
"Spallation",
"Pusztai",
"spallation",
"electrochemistry",
"workflow",
"beamline",
"Dataset",
"initializer",
"dataset",
"xarray",
"attrs",
"tunable",
"ferroelectricity",
"Param",
"interactability",
"json",
"Topas",
"convolutional",
"Rietveld",
"B2",
"Autoreduction",
"backend",
],
"color_scheme": "Packages/Dracula Color Scheme/Dracula.tmTheme",
"font_size": 24,
"ignored_packages":
[
"SublimeLinter",
"Trimmer",
"Vintage",
],
"instagoogling_is_open": false,
"open_files_in_new_window": false,
"original_color_scheme": "Packages/Dracula Color Scheme/Dracula.tmTheme",
"rulers":
[
80,
100,
120
],
"spell_check": true,
"theme": "Gravity One.sublime-theme",
"translate_tabs_to_spaces": true,
"default_dir": "/Users/y8z/Dropbox (Personal)/Mac (2)/Desktop",
// The following two lines worry about disabling the auto suggestion in sublime.
// Along with the settings here, we may also need to remove the `allautocomplete`
// and some linter relevant packages.
"only_show_lsp_completions": false,
"auto_complete": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment