mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
Some other themes
This commit is contained in:
10
.vimrc
10
.vimrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user