Skip to content

Commit bf39d05

Browse files
author
Amir Salihefendic
committed
Merge pull request amix#146 from idvoretskyi/patch-1
Ctags updated installation
2 parents 1f504ad + 36f16e2 commit bf39d05

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,14 @@ The awesome version includes a lot of great plugins, configurations and color sc
1515
git clone https://github.com/amix/vimrc.git ~/.vim_runtime
1616
sh ~/.vim_runtime/install_awesome_vimrc.sh
1717

18-
The taglist.vim plugin will require ctags (http://ctags.sourceforge.net) (Debian: apt-get install ctags)
18+
The taglist.vim plugin will require ctags (http://ctags.sourceforge.net)
19+
For Debian and Ubuntu:
20+
21+
apt-get install ctags
22+
23+
For Arch Linux:
24+
25+
pacman -S ctags
1926

2027
I also recommend using [Source Code Pro font from Adobe](http://store1.adobe.com/cfusion/store/html/index.cfm?event=displayFontPackage&code=1960) (it's free and awesome font for writing and programming). The Awesome vimrc is already setup to try to use it
2128

0 commit comments

Comments
 (0)