Add default ActualVim settings, since I'm likely to wanna tweak those
This commit is contained in:
parent
0ff2263408
commit
6634429f1c
1 changed files with 68 additions and 0 deletions
|
@ -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
|
||||
}
|
Loading…
Reference in a new issue