aboutsummaryrefslogtreecommitdiff
path: root/NeoVim/.config
diff options
context:
space:
mode:
Diffstat (limited to 'NeoVim/.config')
-rw-r--r--NeoVim/.config/nvim/init.vim4
1 files changed, 3 insertions, 1 deletions
diff --git a/NeoVim/.config/nvim/init.vim b/NeoVim/.config/nvim/init.vim
index d87a85a..14c5131 100644
--- a/NeoVim/.config/nvim/init.vim
+++ b/NeoVim/.config/nvim/init.vim
@@ -20,6 +20,7 @@ Plugin 'junegunn/fzf.vim'
Plugin 'godlygeek/tabular'
Plugin 'tpope/vim-commentary'
Plugin 'tpope/vim-surround'
+Plugin 'altercation/vim-colors-solarized'
call vundle#end()
@@ -48,7 +49,8 @@ let mapleader = ' '
"" Theming
-
+set background=dark
+colorscheme koehler
"" Dir Config
let g:NERDTreeHijackNetrw = 1