Skip to content

jtdaad/myPreferences

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In Vim: :edit $MYVIMRC Add line: let $VIMPREFS='<C:/repos/myPreferences/>' Point the location to wherever this repo is cloned to Add line: source $VIMPREFS/vim_config.vim If it exists remove line: source $VIMRUNTIM/vimrc_example.vim remove lines:

augroup myvimrc
	au!
	au BufWritePost .vimrc,_vimrc,vimrc,.gvimrc,_gvimrc,gvimrc so $MYVIMRC | if has('gui_running') | so $MYGVIMRC | endif
augroup END

Remove duplicate junk that is in there for somreason, such as: source $VIMRUNTIME/mswin.vim and any other duplicates you find

gist token for syncing visual code

37f4de1f7b67590eeb4b8d80eb757974a3d4f724

"sync.gist": "2c0e76a2c6e6a9d51a2701b6bf18a2ec"

About

My editing preferences, Vim, styles, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published