summaryrefslogtreecommitdiff
path: root/vim/.vimrc
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2019-04-14 01:04:17 +0200
committerJulian T <julian@jtle.dk>2019-04-14 01:04:17 +0200
commitfad95675748761f145e9e6563836f521f5593153 (patch)
tree464ca3cd31c494d1a34f0beef42ab0e65d0085c8 /vim/.vimrc
parent6656c7e3dcc597232512c1def8a8b3e4ee3f2e4a (diff)
Changed wim color scheme to horizon
Diffstat (limited to 'vim/.vimrc')
-rw-r--r--vim/.vimrc9
1 files changed, 6 insertions, 3 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 9675c05..d895e78 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -24,14 +24,16 @@ set shellslash
Plugin 'editorconfig/editorconfig-vim'
" Color theme
- Plugin 'agude/vim-eldar'
+ " Plugin 'agude/vim-eldar'
+ Plugin 'ntk148v/vim-horizon'
+ " Plugin 'fatih/molokai'
" File management
" Plugin 'scrooloose/nerdtree'
Plugin 'tpope/vim-vinegar'
" Git
- Plugin 'jreybert/vimagit'
+ " Plugin 'jreybert/vimagit'
" Tagbar use <F4>
Plugin 'majutsushi/tagbar'
@@ -40,7 +42,7 @@ set shellslash
filetype plugin indent on " required
-colorscheme eldar
+colorscheme horizon
syntax enable
set number relativenumber
@@ -83,6 +85,7 @@ set completeopt=menuone,preview
map <F4> :TagbarToggle<CR>
inoremap <expr> <Tab> pumvisible() ? "\<C-n>" : "\<Tab>"
inoremap <expr> <S-Tab> pumvisible() ? "\<C-p>" : "\<S-Tab>"
+ nnoremap <C-b> :b
" Leader stuff
let mapleader=" "