Skip to content

Commit

Permalink
Updated the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
hdeshev committed Jun 15, 2010
1 parent af4abcb commit f60ad2a
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
The files in this directory are used for storing customizations to
gVim Portable other than those in the files _vimrc and _viminfo.
Hristo Deshev's Vim configuration. Stuff I use:

Custom colorschemes, compilers, syntax files, etc. can go in here;
use the same directory structure as you do in App\vim\vimXX
(e.g. App\vim\vim72\colors\PortableApps.com.vim would become
Data\settings\vimfiles\colors\PortableApps.com.vim).
* PowerShell syntax, indent and ftype
* NERDTree
* bufexplorer
* matchit

Do NOT store your customisations in the App directory, otherwise they
will be lost when you upgrade gVim Portable.
I prever to run Vim portable on Windows, so that I don't have to go through an installation on a new machine.

I "redirect" my default _vimrc/.vimrc to the one in ~/vimfiles/_vimrc by adding a single source call:

source ~/vimfiles/_vimrc

0 comments on commit f60ad2a

Please sign in to comment.