turn off sublime's autocomplete, so annoying
This commit is contained in:
parent
4168fc021b
commit
d0a2c7caca
1 changed files with 5 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"auto_complete": false,
|
||||||
"auto_complete_commit_on_tab": true,
|
"auto_complete_commit_on_tab": true,
|
||||||
"dictionary": "Packages/Language - English/en_GB.dic",
|
"dictionary": "Packages/Language - English/en_GB.dic",
|
||||||
"ensure_newline_at_eof_on_save": true,
|
"ensure_newline_at_eof_on_save": true,
|
||||||
|
|
@ -45,6 +46,10 @@
|
||||||
"font_size": 10.0,
|
"font_size": 10.0,
|
||||||
"highlight_line": true,
|
"highlight_line": true,
|
||||||
"highlight_modified_tabs": true,
|
"highlight_modified_tabs": true,
|
||||||
|
"ignored_packages":
|
||||||
|
[
|
||||||
|
"Vintage"
|
||||||
|
],
|
||||||
"indent_to_bracket": true,
|
"indent_to_bracket": true,
|
||||||
"open_files_in_new_window": true,
|
"open_files_in_new_window": true,
|
||||||
"show_full_path": true,
|
"show_full_path": true,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue