diff options
-rw-r--r-- | plugins.vim | 1 | ||||
-rw-r--r-- | vimrc | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/plugins.vim b/plugins.vim index 932fc4a..94552fa 100644 --- a/plugins.vim +++ b/plugins.vim @@ -5,6 +5,7 @@ set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() Plugin 'VundleVim/Vundle.vim' +Plugin 'arzg/vim-substrata' Plugin 'scrooloose/nerdtree' Plugin 'antoyo/vim-licenses' Plugin 'editorconfig/editorconfig-vim' @@ -2,7 +2,7 @@ so ~/.vim/plugins.vim filetype on syntax on -colorscheme desert +colorscheme substrata set number filetype indent on set nowrap |