summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/.vimrc9
1 files changed, 6 insertions, 3 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index e72a47f..a9c191e 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -28,8 +28,8 @@ set shellslash
" Color theme
" Plugin 'agude/vim-eldar'
- Plugin 'ntk148v/vim-horizon'
- " Plugin 'fatih/molokai'
+ " Plugin 'ntk148v/vim-horizon'
+ Plugin 'rakr/vim-colors-rakr'
" File management
" Plugin 'scrooloose/nerdtree'
@@ -37,6 +37,9 @@ set shellslash
" Git
" Plugin 'jreybert/vimagit'
+
+ " File support
+ Plugin 'cespare/vim-toml'
" Tagbar use <F4>
Plugin 'majutsushi/tagbar'
@@ -45,7 +48,7 @@ set shellslash
filetype plugin indent on " required
-colorscheme horizon
+colorscheme rakr
" Completion
" let g:LanguageClient_serverCommands = {