Gabirel / Hack-SpaceVim

🚀 Tell you how to hack SpaceVim. Be useful. Try Discussions!
MIT License
475 stars 68 forks source link

Add installing ctags on Linux and Windows #18

Closed Gabirel closed 7 years ago

Gabirel commented 7 years ago

I forget to add installing ctags on Linux and Windows.

Exuberant ctags not found

image

Gabirel commented 7 years ago

Linux

Arch/Manjaro

sudo pacman -S ctags

Debian/Ubuntu/Linux Mint

sudo apt-get install ctags

Fedora

sudo dnf install ctags

CentOS/RHEL

sudo yum install ctags

That's all. Done!

Windows

Where to download: https://github.com/universal-ctags/ctags#windows Add config below into your init.vim

let g:tagbar_ctags_bin = 'C:\Program Files\ctagas\ctags.exe'