xaizek / vim-inccomplete (License: Vim) (since 2018-12-07)
Vim plugin for #include directive completion in C family of languages.
Commit 5cc060406d7786cee5bef969e840b1ca43f9e153

Describe g:inccomplete_localsources in the README
Thanks to Στέφανος (stefanos82).
Author: xaizek
Author date (UTC): 2018-04-05 12:38
Committer name: xaizek
Committer date (UTC): 2018-04-05 12:38
Parent(s): 170fd0d70e1727af7a9fecdf8120517f6d7ea100
Signing key: 99DC5E4DB05F6BE2
Tree: 374d85327798d876909a1eaa3087a5c616223d66
File Lines added Lines deleted
README.md 6 2
File README.md changed (mode: 100644) (index 8edc5d8..618bc55)
... ... directive.
11 11
12 12 ### Sources of completion ### ### Sources of completion ###
13 13
14 Sources for `""` completion are a combination of path relative to the directory
15 of current file and a project root (can be specified on configuration).
14 Sources for `""` completion are configured via `g:inccomplete_localsources` and
15 can include:
16 - paths relative to the directory of current file
17 - `'-I'` keys from `g:clang_user_options`
18 - `'-I'` keys from `b:clang_user_options`
19 - paths relative to project root (if specified on configuration)
16 20
17 21 Sources for `<>` completion are: Sources for `<>` completion are:
18 22 - `'path'` option (on *nix it's set to `'/usr/include'` by default, but on - `'path'` option (on *nix it's set to `'/usr/include'` by default, but on
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-inccomplete

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

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