This commit is contained in:
Daniel Bauer
2020-03-02 10:58:38 +01:00
parent 94edb261d8
commit b10d875ba5
5 changed files with 1172 additions and 4 deletions

View File

@@ -5,3 +5,5 @@
email = bauer@cbs.tu-darmstadt.de
[pack]
threads = 8
[core]
pager = diff-so-fancy | less --tabs=4 -RFX

1165
profiles/base/bin/diff-so-fancy Executable file

File diff suppressed because it is too large Load Diff

View File

@@ -7,8 +7,7 @@
[
"~/conda/bin/pyls"
],
"enabled": true,
"enabled": false
},
"rls":
{

View File

@@ -22,6 +22,7 @@
"rsub",
"Rust Enhanced",
"SideBarEnhancements",
"TabNine"
"TabNine",
"WordCount"
]
}

View File

@@ -4,7 +4,7 @@
"detect_indentation": false,
"dictionary": "Packages/Language - English/en_US.dic",
"font_face": "Hack for Powerline Regular",
"font_size": 13,
"font_size": 21,
"hot_exit": false,
"ignored_packages":
[
@@ -35,5 +35,6 @@
"vintage_start_in_command_mode": true,
"vintageous_use_ctrl_keys": false,
"vintageous_use_super_keys": false,
"word_wrap": false,
"wrap_width": 80
}