Compare commits
No commits in common. "62faf92c61773ab08c2cb2a269773fd10d3c0bcc" and "28e5370997e2d7bef1992afa5876d7ddb5f1359e" have entirely different histories.
62faf92c61
...
28e5370997
6 changed files with 104 additions and 29 deletions
|
@ -1 +1 @@
|
|||
.config/sublime-text/Packages/.sublime-packages
|
||||
.config/sublime-text-3/Packages/.sublime-packages
|
||||
|
|
|
@ -0,0 +1,68 @@
|
|||
{
|
||||
"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
|
||||
}
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"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",
|
||||
],
|
||||
}
|
|
@ -3,14 +3,12 @@
|
|||
{"characters": "<", "selector": "text.html",},
|
||||
{"characters": ".", "selector": "source.js",}
|
||||
],
|
||||
"color_scheme": "Catppuccin Mocha.sublime-color-scheme",
|
||||
"theme": "Adaptive.sublime-theme",
|
||||
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
|
||||
"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,
|
||||
"font_face": "JetBrains Mono",
|
||||
"font_size": 13,
|
||||
"ignored_packages": [
|
||||
"Vintage",
|
||||
],
|
||||
|
@ -18,7 +16,5 @@
|
|||
"show_line_endings": true,
|
||||
"spacegray_fileicons": true,
|
||||
"tab_size": 2,
|
||||
"vintageous_i_escape_jj": true,
|
||||
"index_files": true,
|
||||
"neovintageous_build_version": 13200,
|
||||
"theme": "Adaptive.sublime-theme",
|
||||
}
|
|
@ -1,2 +0,0 @@
|
|||
" inoremap jj <Esc> is a built-in feature in Neovintageous so we don't need to do it here.
|
||||
nnoremap K :DashDoc<CR>
|
|
@ -1,18 +0,0 @@
|
|||
{
|
||||
"bootstrapped": true,
|
||||
"in_process_packages":
|
||||
[
|
||||
],
|
||||
"installed_packages":
|
||||
[
|
||||
"A File Icon",
|
||||
"Catppuccin color schemes",
|
||||
"DashDoc",
|
||||
"EditorConfig",
|
||||
"GitSavvy",
|
||||
"JSON Key-Value",
|
||||
"NeoVintageous",
|
||||
"Package Control",
|
||||
"TOML",
|
||||
],
|
||||
}
|
Loading…
Reference in a new issue