Compare commits
3 Commits
e08d5711f5
...
d30be54239
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d30be54239 | ||
![]() |
e920944616 | ||
![]() |
c06c2bf8de |
@ -1,5 +1,6 @@
|
||||
{
|
||||
"allow_overriding": false,
|
||||
"parallel_loading": true,
|
||||
"suppress_warnings": false,
|
||||
"entries": {
|
||||
"User": true,
|
||||
@ -8,6 +9,7 @@
|
||||
"Distro": true,
|
||||
"Kernel": true,
|
||||
"Uptime": true,
|
||||
"Processes": true,
|
||||
"WindowManager": true,
|
||||
"DesktopEnvironment": true,
|
||||
"Shell": true,
|
||||
@ -25,6 +27,12 @@
|
||||
"use_unicode": true,
|
||||
"honor_ansi_color": true
|
||||
},
|
||||
"disk": {
|
||||
"show_filesystems": ["/", "/boot", "/home"],
|
||||
"combine_total": false,
|
||||
"disk_labels": "mount_points",
|
||||
"hide_entry_name": false
|
||||
},
|
||||
"default_strings": {
|
||||
"no_address": "No Address",
|
||||
"not_detected": "Not detected",
|
||||
|
@ -16,12 +16,15 @@
|
||||
"MarkdownPreview",
|
||||
"Nftables",
|
||||
"Package Control",
|
||||
"Rust Enhanced",
|
||||
"SideBarEnhancements",
|
||||
"SublimeGit",
|
||||
"SublimeLinter",
|
||||
"SublimeLinter-contrib-mypy",
|
||||
"SublimeLinter-luacheck",
|
||||
"SublimeLinter-pylint",
|
||||
"Terminal",
|
||||
"Theme - Spacegray"
|
||||
"Theme - Spacegray",
|
||||
"TOML"
|
||||
]
|
||||
}
|
||||
|
@ -4,7 +4,8 @@
|
||||
"utf",
|
||||
"Theano",
|
||||
"malware",
|
||||
"uninstalling"
|
||||
"uninstalling",
|
||||
"Archey"
|
||||
],
|
||||
"always_show_minimap_viewport": true,
|
||||
"auto_complete_delay": 10,
|
||||
@ -17,6 +18,7 @@
|
||||
"highlight_modified_tabs": true,
|
||||
"ignored_packages":
|
||||
[
|
||||
"Rust",
|
||||
"Vintage"
|
||||
],
|
||||
"remember_full_screen": true,
|
||||
|
@ -15,6 +15,9 @@ trim_trailing_whitespace = true
|
||||
[*.html]
|
||||
indent_style = space
|
||||
|
||||
[*.min.{css,js}]
|
||||
insert_final_newline = false
|
||||
|
||||
[*.py]
|
||||
indent_style = space
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user