Gabirel/Hack-SpaceVim

Add installing ctags on Linux and Windows

Gabirel opened this issue · 1 comments

I forget to add installing ctags on Linux and Windows.

Exuberant ctags not found

image

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'