mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 02:25:11 +01:00
Removed alternative highlight themes (nice ones though)
This commit is contained in:
10
.vimrc
10
.vimrc
@@ -74,12 +74,7 @@ nnoremap <space>gpl :Dispatch! git pull<CR>
|
|||||||
" set of defaults that (hopefully) everyone can agree on.
|
" set of defaults that (hopefully) everyone can agree on.
|
||||||
Plugin 'tpope/vim-sensible'
|
Plugin 'tpope/vim-sensible'
|
||||||
" Nice colour scheme
|
" Nice colour scheme
|
||||||
"Plugin 'jnurmine/Zenburn'
|
|
||||||
Plugin 'fenetikm/falcon'
|
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
|
" Quick file system tree, mapped to Ctrl+n for quick toggle
|
||||||
Plugin 'scrooloose/nerdtree'
|
Plugin 'scrooloose/nerdtree'
|
||||||
map <C-n> :NERDTreeToggle<CR>
|
map <C-n> :NERDTreeToggle<CR>
|
||||||
@@ -445,12 +440,7 @@ set cryptmethod=blowfish2
|
|||||||
|
|
||||||
" Ensure 256 colour support if the terminal supports it
|
" 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"
|
if &term == "xterm" || &term == "xterm-256color" || &term == "screen-bce" || &term == "screen-256color" || &term == "screen" || &term == "tmux-256color-italic"
|
||||||
"colorscheme zenburn
|
|
||||||
colorscheme falcon
|
colorscheme falcon
|
||||||
"colorscheme monokai_pro
|
|
||||||
"colorscheme dracula
|
|
||||||
"colorscheme onehalfdark
|
|
||||||
"colorscheme tender
|
|
||||||
|
|
||||||
" create a bar for airline
|
" create a bar for airline
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
|
|||||||
Reference in New Issue
Block a user