Skip to content

pedrofernandesfilho/vimfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pedro Fernandes Filho's Vim files

Install instructions for Windows on PowerShell:

git clone https://github.com/pedrofernandesfilho/vimfiles.git $HOME\vimfiles
cd $HOME\vimfiles
git submodule update --init --recursive
cd ..
"source $($HOME.Replace('\', '/'))/vimfiles/.vimrc" | Out-File $HOME\_vimrc -Encoding utf8

Set Vim as global Git editor on Windows PowerShell:

git config --global core.editor (New-Object -ComObject Scripting.FileSystemObject).getfile("$((gcm vim).source)").ShortPath.Replace('\','/')

or

Set GVim as global Git editor on Windows PowerShell:

git config --global core.editor ((New-Object -ComObject Scripting.FileSystemObject).getfile("$((gcm gvim).source)").ShortPath.Replace('\','/'),  "-f" -join ' ')

About

My Vim files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published