mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 18:21:22 +00:00
vim: add shortcut for gVim
This commit is contained in:
parent
e14b5705aa
commit
6bcb6643e7
6
vim.json
6
vim.json
@ -72,6 +72,12 @@
|
|||||||
"-d"
|
"-d"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
|
"shortcuts": [
|
||||||
|
[
|
||||||
|
"gvim.exe",
|
||||||
|
"gVim"
|
||||||
|
]
|
||||||
|
],
|
||||||
"post_install": [
|
"post_install": [
|
||||||
"if( !(test-path ~\\.vimrc) -and !(test-path ~\\_vimrc) -and !(test-path ~\\vimfiles\\vimrc) -and !(test-path $env:VIM\\_vimrc) ) {",
|
"if( !(test-path ~\\.vimrc) -and !(test-path ~\\_vimrc) -and !(test-path ~\\vimfiles\\vimrc) -and !(test-path $env:VIM\\_vimrc) ) {",
|
||||||
" cp \"$dir\\vimrc_example.vim\" ~\\_vimrc",
|
" cp \"$dir\\vimrc_example.vim\" ~\\_vimrc",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user