これは の.vimrc
下にあり$HOME/.vimrc
ます。Vundleをインストールしました。
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim'
Plugin 'dracula/dracula-theme'
call vundle#end() " required
filetype plugin indent on " required
" Put your non-Plugin stuff after this line
:PluginInstall
インストールを正常に実行できdracula-theme
ます。残念ながら、テーマは適用されず、スタイルは変更されませんか? 手がかりはありますか?