diff options
author | Julian T <julian@jtle.dk> | 2019-08-28 18:44:08 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2019-08-28 18:47:22 +0200 |
commit | da0a28682fd52fadc587ab214ba443585229b5bf (patch) | |
tree | 399888e8562933827d8f64ab78c584aa6abb629b /vim/.vimrc | |
parent | a337877e2b5409f2c98e0c8a38c5eec57be45665 (diff) |
Restartet emacs, changed vim color theme
Diffstat (limited to 'vim/.vimrc')
-rw-r--r-- | vim/.vimrc | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 = { |