-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathUPGRADE
49 lines (44 loc) · 1.86 KB
/
UPGRADE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
cdd
cd ..
git submodule init home-machines/bash_completion.d/virsh-bash-completion
git submodule update --init home-machines/bash_completion.d/virsh-bash-completion
cd
git clone [email protected]:tdowg1/bin.scripts.git
[[ $? != 0 ]] && git clone https://github.com/tdowg1/bin.scripts.git
# on deb, at least, install package:
exuberant-ctags
## TODO on arch:
#extra/ctags 1:r20190522+g3fdf28bc-1
# Generates an index file of language objects found in source files
#sudo pacman -S --needed extra/ctags
#
#community/vim-omnicppcomplete 0.4.1-9 (vim-plugins)
# vim c++ completion omnifunc with a ctags database
#sudo pacman -S --needed community/vim-omnicppcomplete
#^^neither of these two seemed to resolve the error:
# "easytags.vim 3.11: Plug-in not loaded because Exuberant Ctags
# isn't installed! Please download & install Exuberant Ctags from
# http://ctags.sf.net"
#
#[ teelah@drrockso ~/.vim/bundle/YouCompleteMe (master=) ]$ package-query --aur --search exuberant
#aur/perl-parse-exuberantctags 1.02-2 (4) (0.01)
# Parse::ExuberantCTags - Efficiently parse exuberant ctags files
#aur/perl-perl-tags 0.32-1 (1) (0.00)
# Generate (possibly exuberant) Ctags style tags for Perl sourcecode
#
# no results:
#[ teelah@drrockso ~/.vim/bundle/YouCompleteMe (master=) ]$ package-query -S --search exuberant
#[ teelah@drrockso ~/.vim/bundle/YouCompleteMe (master=) ]$ pacman -Ss exuberant
#[ teelah@drrockso ~/.vim/bundle/YouCompleteMe (master=) ]$
#
# hrm... so apparently... the "extra/ctags" package is actually
# exuberant ctags but vim still barfs... reading this bug ticket
# indicates this could be particularly tricky and could be a vim
# bug.
# https://github.com/majutsushi/tagbar/issues/352
#
# on drrockso, vim --version is
# VIM - Vi IMproved 8.1 (2018 May 18, compiled Mar 29 2019 20:08:59)
#Included patches: 1-1073
# open vim and execute:
:PluginInstall