Remove -3 from filenames, update to work without ActualVim (unmaintained)
This commit is contained in:
parent
28e5370997
commit
4d2bd49959
4 changed files with 10 additions and 78 deletions
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"bootstrapped": true,
|
||||
"in_process_packages":
|
||||
[
|
||||
],
|
||||
"installed_packages":
|
||||
[
|
||||
"Better CoffeeScript",
|
||||
"CodeKit Commands",
|
||||
"DashDoc",
|
||||
"EditorConfig",
|
||||
"Git",
|
||||
"GitGutter",
|
||||
"JSON Key-Value",
|
||||
"Less",
|
||||
"NeoVintageous",
|
||||
"Origami",
|
||||
"Package Control",
|
||||
"Ruby Slim",
|
||||
"Sass",
|
||||
"SideBarEnhancements",
|
||||
"SublimeLinter",
|
||||
"SublimeLinter-contrib-sass-lint",
|
||||
"SublimeLinter-contrib-slim-lint",
|
||||
"SublimeLinter-eslint",
|
||||
"WordingStatus",
|
||||
],
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"auto_complete_triggers": [
|
||||
{"characters": "<", "selector": "text.html",},
|
||||
{"characters": ".", "selector": "source.js",}
|
||||
],
|
||||
"color_scheme": "Monokai.sublime-color-scheme",
|
||||
"default_line_ending": "unix",
|
||||
"enable_tab_scrolling": false,
|
||||
"ensure_newline_at_eof_on_save": true,
|
||||
"trim_trailing_white_space_on_save": true,
|
||||
"font_face": "JuliaMono",
|
||||
"font_size": 14,
|
||||
"ignored_packages": [
|
||||
"Vintage",
|
||||
],
|
||||
"show_encoding": true,
|
||||
"show_line_endings": true,
|
||||
"spacegray_fileicons": true,
|
||||
"tab_size": 2,
|
||||
"theme": "Adaptive.sublime-theme",
|
||||
"index_files": false,
|
||||
"vintageous_i_escape_jj": true,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue