xaizek / vim-preamble (License: Unspecified) (since 2018-12-07)
Preamble Vim plugin by Mel Davis with a couple of fixes.
Commit c431aedbc40ea5374b51a2f3bedb27f87662624a

Update filetypes in README
cs -> csharp
py -> python
Author: xaizek
Author date (UTC): 2015-10-31 07:40
Committer name: xaizek
Committer date (UTC): 2015-10-31 07:40
Parent(s): b41e4b59b84b44bfc595ee74d48475ad655fe8e4
Signing key:
Tree: 366cda6db7f7f68fce29d414f86bb5285df96676
File Lines added Lines deleted
README.md 1 1
File README.md changed (mode: 100644) (index 730e010..238ea71)
... ... in column 1 the preamble will not be recognized.
33 33 For automatic folding, add a line to your .vimrc file, such as: For automatic folding, add a line to your .vimrc file, such as:
34 34
35 35 ```vim ```vim
36 call Preamble#Enable('c,cpp,cs,py')
36 call Preamble#Enable('c,cpp,csharp,python')
37 37 ``` ```
38 38
39 39 For more info on usage and options, use: For more info on usage and options, use:
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/vim-preamble

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

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