Migrate from .stow-rename to --dotfiles

This commit is contained in:
Danielle McLean 2023-10-23 15:29:47 +11:00
parent 90fb83c0b9
commit 28e5370997
Signed by: 00dani
GPG key ID: 52C059C3B22A753E
4 changed files with 0 additions and 1 deletions

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
}