You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setnocompatible" be iMproved, requiredfiletypeoff" required" set the runtime path to include Vundle and initializesetrtp+=~/.vim/bundle/Vundle.vimcallvundle#begin()
" alternatively, pass a path where Vundle should install plugins"call vundle#begin('~/some/path/here')" let Vundle manage Vundle, requiredPlugin'VundleVim/Vundle.vim'" installed pluginsPlugin'joshdick/onedark.vim'" All of your Plugins must be added before the following linecallvundle#end()" requiredfiletypepluginindenton" required" To ignore plugin indent changes, instead use:"filetype plugin on"" Brief help" :PluginList - lists configured plugins" :PluginInstall - installs plugins; append `!` to update or just :PluginUpdate" :PluginSearch foo - searches for foo; append `!` to refresh local cache" :PluginClean - confirms removal of unused plugins; append `!` to auto-approve removal"" see :h vundle for more details or wiki for FAQ" Put your non-Plugin stuff after this line"Use 24-bit (true-color) mode in Vim/Neovim when outside tmux."If you're using tmux version 2.2 or later, you can remove the outermost $TMUX check and use tmux's 24-bit color support"(see < http://sunaku.github.io/tmux-24bit-color.html#usage > for more information.)if (empty($TMUX))
if (has("nvim"))
"For Neovim 0.1.3 and 0.1.4 < https://github.com/neovim/neovim/pull/2198 >let$NVIM_TUI_ENABLE_TRUE_COLOR=1endif"For Neovim > 0.1.5 and Vim > patch 7.4.1799 < https://github.com/vim/vim/commit/61be73bb0f965a895bfb064ea3e55476ac175162 >"Based on Vim patch 7.4.1770 (`guicolors` option) < https://github.com/vim/vim/commit/8a633e3427b47286869aa4b96f2bfc1fe65b25cd >" < https://github.com/neovim/neovim/wiki/Following-HEAD#20160511 >if (has("termguicolors"))
settermguicolorsendifendifsyntaxoncolorscheme onedark
I'm using Vundle to install this color scheme and making sure to install with :PluginInstall
The text was updated successfully, but these errors were encountered:
Terminal Emulator Info
Terminal emulator(s) and their version(s) used, if applicable:
Output From
vim --version
Issue Description
When installed, the theme looks like this:
Here is my full .vimrc
I'm using Vundle to install this color scheme and making sure to install with
:PluginInstall
The text was updated successfully, but these errors were encountered: