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
|
@ -1 +1 @@
|
|||
.config/sublime-text-3/Packages/.sublime-packages
|
||||
.config/sublime-text/Packages/.sublime-packages
|
||||
|
|
|
@ -1,68 +0,0 @@
|
|||
{
|
||||
"bufopts":
|
||||
{
|
||||
"completefunc": "ActualVimComplete"
|
||||
},
|
||||
"enabled": true,
|
||||
"large_file_disable":
|
||||
{
|
||||
"bytes": 52428800,
|
||||
"lines": 50000
|
||||
},
|
||||
"neovim_args":
|
||||
[
|
||||
"--cmd",
|
||||
"let g:actualvim = 1"
|
||||
],
|
||||
"neovim_path": "",
|
||||
"settings":
|
||||
{
|
||||
"sublime":
|
||||
{
|
||||
"inverse_caret_state": false
|
||||
},
|
||||
"vim":
|
||||
{
|
||||
"bell":
|
||||
{
|
||||
"color_scheme": "Packages/ActualVim/Bell.tmTheme",
|
||||
"duration": 0.001
|
||||
},
|
||||
"inverse_caret_state": false,
|
||||
"modes":
|
||||
{
|
||||
"all insert":
|
||||
{
|
||||
},
|
||||
"all visual":
|
||||
{
|
||||
},
|
||||
"command":
|
||||
{
|
||||
"inverse_caret_state": true
|
||||
},
|
||||
"insert":
|
||||
{
|
||||
},
|
||||
"normal":
|
||||
{
|
||||
"inverse_caret_state": true
|
||||
},
|
||||
"replace":
|
||||
{
|
||||
},
|
||||
"visual":
|
||||
{
|
||||
},
|
||||
"visual block":
|
||||
{
|
||||
},
|
||||
"visual line":
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"settings_priority": "sublime",
|
||||
"smooth_scroll": false
|
||||
}
|
|
@ -5,7 +5,6 @@
|
|||
],
|
||||
"installed_packages":
|
||||
[
|
||||
"ActualVim",
|
||||
"Better CoffeeScript",
|
||||
"CodeKit Commands",
|
||||
"DashDoc",
|
||||
|
@ -13,10 +12,10 @@
|
|||
"Git",
|
||||
"GitGutter",
|
||||
"JSON Key-Value",
|
||||
"LESS",
|
||||
"Less",
|
||||
"NeoVintageous",
|
||||
"Origami",
|
||||
"Package Control",
|
||||
"PHP-Twig",
|
||||
"Ruby Slim",
|
||||
"Sass",
|
||||
"SideBarEnhancements",
|
||||
|
@ -24,8 +23,6 @@
|
|||
"SublimeLinter-contrib-sass-lint",
|
||||
"SublimeLinter-contrib-slim-lint",
|
||||
"SublimeLinter-eslint",
|
||||
"tern_for_sublime",
|
||||
"TypeScript",
|
||||
"WordCount",
|
||||
"WordingStatus",
|
||||
],
|
||||
}
|
|
@ -3,12 +3,13 @@
|
|||
{"characters": "<", "selector": "text.html",},
|
||||
{"characters": ".", "selector": "source.js",}
|
||||
],
|
||||
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
|
||||
"color_scheme": "Monokai.sublime-color-scheme",
|
||||
"default_line_ending": "unix",
|
||||
"enable_tab_scrolling": false,
|
||||
"ensure_newline_at_eof_on_save": true,
|
||||
"font_face": "JetBrains Mono",
|
||||
"font_size": 13,
|
||||
"trim_trailing_white_space_on_save": true,
|
||||
"font_face": "JuliaMono",
|
||||
"font_size": 14,
|
||||
"ignored_packages": [
|
||||
"Vintage",
|
||||
],
|
||||
|
@ -17,4 +18,6 @@
|
|||
"spacegray_fileicons": true,
|
||||
"tab_size": 2,
|
||||
"theme": "Adaptive.sublime-theme",
|
||||
"index_files": false,
|
||||
"vintageous_i_escape_jj": true,
|
||||
}
|
Loading…
Reference in a new issue