Compare commits

...

6 commits

6 changed files with 29 additions and 104 deletions

View file

@ -1 +1 @@
.config/sublime-text-3/Packages/.sublime-packages
.config/sublime-text/Packages/.sublime-packages

View file

@ -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
}

View file

@ -1,31 +0,0 @@
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"ActualVim",
"Better CoffeeScript",
"CodeKit Commands",
"DashDoc",
"EditorConfig",
"Git",
"GitGutter",
"JSON Key-Value",
"LESS",
"Origami",
"Package Control",
"PHP-Twig",
"Ruby Slim",
"Sass",
"SideBarEnhancements",
"SublimeLinter",
"SublimeLinter-contrib-sass-lint",
"SublimeLinter-contrib-slim-lint",
"SublimeLinter-eslint",
"tern_for_sublime",
"TypeScript",
"WordCount",
],
}

View file

@ -0,0 +1,2 @@
" inoremap jj <Esc> is a built-in feature in Neovintageous so we don't need to do it here.
nnoremap K :DashDoc<CR>

View file

@ -0,0 +1,18 @@
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"A File Icon",
"Catppuccin color schemes",
"DashDoc",
"EditorConfig",
"GitSavvy",
"JSON Key-Value",
"NeoVintageous",
"Package Control",
"TOML",
],
}

View file

@ -3,12 +3,14 @@
{"characters": "<", "selector": "text.html",},
{"characters": ".", "selector": "source.js",}
],
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"color_scheme": "Catppuccin Mocha.sublime-color-scheme",
"theme": "Adaptive.sublime-theme",
"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",
],
@ -16,5 +18,7 @@
"show_line_endings": true,
"spacegray_fileicons": true,
"tab_size": 2,
"theme": "Adaptive.sublime-theme",
"vintageous_i_escape_jj": true,
"index_files": true,
"neovintageous_build_version": 13200,
}