vim-airline / vim-airline-themes

A collection of themes for vim-airline
MIT License
2.05k stars 350 forks source link

AirlineTheme not an editor command #93

Closed plexigras closed 7 years ago

plexigras commented 7 years ago

i added Plugin 'vim-airline/vim-airline-themes' and ran :PluginInstall!

~/.vimrc

set nocompatible
filetype off

set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()

Plugin 'VundleVim/Vundle.vim'
Plugin 'tpope/vim-fugitive'
Plugin 'vim-airline/vim-airline-themes'

call vundle#end()

filetype plugin indent on
syntax on

set wildmenu
set ruler
set number
set backspace=indent,eol,start
set suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc,.png,.jpg
set mouse=a
set clipboard=unnamedplus
chrisbra commented 7 years ago

You need the vim-airline repository of course.

plexigras commented 7 years ago

@chrisbra i have the repository it gets installed into ~/.vim/bundle/vim-airline-themes when runing :PluginInstall

chrisbra commented 7 years ago

According to your information you only have the themes repository, but you need the main vim-airline repository as well.

plexigras commented 7 years ago

oh ok thx @chrisbra.

i suppose adding that to the readme could help in the future.

chrisbra commented 7 years ago

okay, will do then

chrisbra commented 7 years ago

done