This commit is contained in:
danijoo
2021-06-17 22:04:22 +02:00
parent 1c41c373da
commit 4a97890736
8 changed files with 75 additions and 56 deletions

View File

@@ -6,12 +6,14 @@
"installed_packages":
[
"Anaconda",
"ANSIescape",
"bioSyntax",
"Color Convert",
"Color Highlight",
"ColorPicker",
"Color Highlighter",
"CSV Record View",
"CWL Syntax Highlighting",
"Fortran",
"Git",
"gruvbox",
"Incomprehensible Ex",
"INI",
@@ -35,6 +37,6 @@
"SideBarEnhancements",
"Tabnine",
"Thesaurus",
"WordCount"
]
"WordCount",
],
}

View File

@@ -13,7 +13,7 @@
"detect_indentation": false,
"dictionary": "Packages/Language - English/en_US.dic",
"font_face": "Hack for Powerline Regular",
"font_size": 13,
"font_size": 12,
"hot_exit": false,
"ignored_packages":
[
@@ -25,7 +25,11 @@
"Rust",
"Six",
"Vintage",
"Vintageous"
"Vintageous",
],
"ignored_words":
[
"crosslink"
],
"line_numbers": true,
"neovintageous_build_version": 11100,
@@ -55,5 +59,5 @@
"vintageous_use_ctrl_keys": false,
"vintageous_use_super_keys": false,
"word_wrap": false,
"wrap_width": 80
"wrap_width": 80,
}