xaizek / dotvim (License: Unspecified) (since 2018-12-07)
Vim configuration and plugins.
Commit ea4deaa73a1cab933f66ecfb234bc1fbbacc7fc6

Properly setup 'packpath' on Windows
It's not populated in the expected way automatically.
Author: xaizek
Author date (UTC): 2020-02-29 12:46
Committer name: xaizek
Committer date (UTC): 2020-02-29 12:46
Parent(s): b6da169943c470be31dfae117f883613620ed8dd
Signing key: 99DC5E4DB05F6BE2
Tree: dea493fe171dcdf0ab55067929f6dd4655713ab5
File Lines added Lines deleted
vimrc 5 0
File vimrc changed (mode: 100644) (index d0e5fdc..6f84c92)
... ... let maplocalleader = ','
26 26
27 27 let $MYVIMRC=$HOME.'/.vim/vimrc' let $MYVIMRC=$HOME.'/.vim/vimrc'
28 28
29 if s:win
30 set packpath^=~/.vim
31 set packpath+=~/.vim/after
32 endif
33
29 34 if has('gui_running') if has('gui_running')
30 35 " use 256 colors in :terminal " use 256 colors in :terminal
31 36 let $TERM = 'xterm-256color' let $TERM = 'xterm-256color'
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dotvim

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dotvim

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master