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

Add lazy loading for doxygentoolkit plugin
Author: xaizek
Author date (UTC): 2021-07-04 14:50
Committer name: xaizek
Committer date (UTC): 2021-07-04 14:50
Parent(s): 279450a26bbed7630e9356c9b162d4e58bdf5bec
Signing key: 99DC5E4DB05F6BE2
Tree: 55763d912763efc1f972a82b8cdd1fc878e6d493
File Lines added Lines deleted
after/pack/shadows/start/lazy-plugins/plugin/doxygentoolkit.vim 3 0
File after/pack/shadows/start/lazy-plugins/plugin/doxygentoolkit.vim added (mode: 100644) (index 0000000..0595335)
1 augroup doxygentoolkitautoload
2 autocmd! FileType c,cpp,python packadd doxygentoolkit
3 augroup end
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