1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 20:35:11 +01:00

Some other themes

This commit is contained in:
2018-08-12 20:22:15 +02:00
parent b44fca1e2b
commit 7e255e9e08

10
.vimrc
View File

@@ -74,7 +74,12 @@ nnoremap <space>gpl :Dispatch! git pull<CR>
" set of defaults that (hopefully) everyone can agree on.
Plugin 'tpope/vim-sensible'
" Nice colour scheme
"Plugin 'jnurmine/Zenburn'
Plugin 'fenetikm/falcon'
"Plugin 'phanviet/vim-monokai-pro'
"Plugin 'dracula/vim'
"Plugin 'sonph/onehalf'
"Plugin 'jacoborus/tender.vim'
" Quick file system tree, mapped to Ctrl+n for quick toggle
Plugin 'scrooloose/nerdtree'
map <C-n> :NERDTreeToggle<CR>
@@ -435,7 +440,12 @@ set cryptmethod=blowfish2
" Ensure 256 colour support if the terminal supports it
if &term == "xterm" || &term == "xterm-256color" || &term == "screen-bce" || &term == "screen-256color" || &term == "screen" || &term == "tmux-256color-italic"
"colorscheme zenburn
colorscheme falcon
"colorscheme monokai_pro
"colorscheme dracula
"colorscheme onehalfdark
"colorscheme tender
" create a bar for airline
set laststatus=2