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

Disable gutentags if ctags isn't present
Otherwise it disables itself anyway, but also prints annoying error
message.
Author: xaizek
Author date (UTC): 2020-02-29 12:47
Committer name: xaizek
Committer date (UTC): 2020-02-29 12:47
Parent(s): ea4deaa73a1cab933f66ecfb234bc1fbbacc7fc6
Signing key: 99DC5E4DB05F6BE2
Tree: 9f66254005a8b7c707ab53803e3f2c96ebfe41db
File Lines added Lines deleted
rcs/plugin/gutentags.vim 2 0
File rcs/plugin/gutentags.vim changed (mode: 100644) (index 9aa846d..eca77cc)
1 let g:gutentags_enabled = executable("ctags")
2
1 3 let g:gutentags_add_default_project_roots = 0 let g:gutentags_add_default_project_roots = 0
2 4 let g:gutentags_project_root = [ '.git' ] let g:gutentags_project_root = [ '.git' ]
3 5 let g:gutentags_cache_dir = $HOME.'/.cache/vim/gutentags/' let g:gutentags_cache_dir = $HOME.'/.cache/vim/gutentags/'
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