diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-05-26 14:05:58 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-05-26 14:05:58 +0100 |
commit | 29a8d8da231e3ffdfff90dbc12a772b4dbedac7b (patch) | |
tree | 47978b5a38926fd8454c56518ca32247353ac110 | |
parent | 0eec77acac65c39ac60a9c841c355b0a6566f269 (diff) |
added good junegunn plugins
-rw-r--r-- | nvimrc | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -12,8 +12,13 @@ Plug 'godlygeek/tabular' Plug 'gregsexton/gitv', { 'on' : 'Gitv' } Plug 'honza/vim-snippets' Plug 'jamessan/vim-gnupg', { 'for' : 'asc' } +Plug 'junegunn/fzf', { 'on' : 'FZF' } Plug 'junegunn/seoul256.vim' -Plug 'junegunn/fzf' , { 'on' : 'FZF' } +Plug 'junegunn/goyo.vim', { 'on' : 'Goyo' } +Plug 'junegunn/limelight.vim', { 'on' : 'Limelight' } +Plug 'junegunn/vim-pseudocl' +Plug 'junegunn/vim-oblique' +Plug 'junegunn/vim-peekaboo' Plug 'kien/ctrlp.vim' Plug 'LaTeX-Box-Team/latex-box', { 'for' : 'tex' } Plug 'majutsushi/tagbar' @@ -84,6 +89,9 @@ let g:ctrlp_prompt_mappings = { \ 'PrtHistory(-1)': ['<c-j>'], \ 'PrtHistory(1)': ['<c-k>'],} +let g:limelight_conceal_ctermfg = 'gray' +let g:limelight_conceal_ctermfg = 240 + let g:syntastic_cpp_compiler = "g++" let g:syntastic_cpp_compiler_options = "-std=c++11 -Wall -Wextra -Wpedantic" |