Better solarized settings
This commit is contained in:
parent
023f566e61
commit
48a92e00ab
@ -2,6 +2,7 @@
|
|||||||
call plug#begin('~/.config/nvim/plugged')
|
call plug#begin('~/.config/nvim/plugged')
|
||||||
|
|
||||||
" Plugins
|
" Plugins
|
||||||
|
Plug 'altercation/vim-colors-solarized'
|
||||||
Plug 'airblade/vim-gitgutter'
|
Plug 'airblade/vim-gitgutter'
|
||||||
Plug 'kien/ctrlp.vim'
|
Plug 'kien/ctrlp.vim'
|
||||||
Plug 'majutsushi/tagbar'
|
Plug 'majutsushi/tagbar'
|
||||||
@ -13,16 +14,18 @@ Plug 'tpope/vim-fugitive'
|
|||||||
Plug 'tpope/vim-rails'
|
Plug 'tpope/vim-rails'
|
||||||
Plug 'tpope/vim-surround'
|
Plug 'tpope/vim-surround'
|
||||||
Plug 'vim-syntastic/syntastic'
|
Plug 'vim-syntastic/syntastic'
|
||||||
Plug 'altercation/vim-colors-solarized'
|
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
" vim-plug---END
|
" vim-plug---END
|
||||||
|
|
||||||
set number
|
" Solarized
|
||||||
syntax enable
|
syntax enable
|
||||||
set background=dark
|
set background=dark
|
||||||
colorscheme solarized
|
colorscheme solarized
|
||||||
|
call togglebg#map("")
|
||||||
|
|
||||||
|
set number
|
||||||
set nowrap
|
set nowrap
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user