update nvim conf

This commit is contained in:
Jeff Lance 2021-06-25 11:19:22 +02:00
parent 7d06cb8d7a
commit 51ccdad6c0
3 changed files with 24 additions and 11 deletions

View File

@ -528,6 +528,16 @@ let g:header_auto_add_header = 0
" }}}
" IndentLine {{{
" -----
let g:indentLine_char_list = ['|', '¦', '┆', '┊']
let g:indentLine_enabled = 0
" -----
" }}}
" Markdown {{{
" -----

View File

@ -65,8 +65,8 @@ command! -bang -nargs=? -complete=dir Files
map <C-w> :echom 'Close buffer' <bar> :call BufClose()<cr>
map <C-o> :e<space>
map <C-n> :Startify<cr>
map <C-PageDown> :bn<cr>
map <C-PageUp> :bp<cr>
map <A-PageDown> :bn<cr>
map <A-PageUp> :bp<cr>
" -----
" }}}

View File

@ -126,16 +126,16 @@ Plug 'edkolev/tmuxline.vim'
Plug 'benmills/vimux'
" Colorschemes
Plug 'jdsimcoe/abstract.vim', { 'as': 'abstract' }
Plug 'romainl/Apprentice', { 'as': 'apprentice' }
Plug 'jdsimcoe/hyper.vim', { 'as': 'hyper' }
Plug 'dracula/vim', { 'as': 'dracula' }
Plug 'nanotech/jellybeans.vim', { 'as': 'jellybeans' }
Plug 'hardcoreplayers/oceanic-material', { 'as': 'oceanic' }
Plug 'xero/sourcerer.vim', { 'as': 'sourcerer' }
" Plug 'jdsimcoe/abstract.vim', { 'as': 'abstract' }
" Plug 'romainl/Apprentice', { 'as': 'apprentice' }
" Plug 'jdsimcoe/hyper.vim', { 'as': 'hyper' }
" Plug 'dracula/vim', { 'as': 'dracula' }
" Plug 'nanotech/jellybeans.vim', { 'as': 'jellybeans' }
" Plug 'hardcoreplayers/oceanic-material', { 'as': 'oceanic' }
" Plug 'xero/sourcerer.vim', { 'as': 'sourcerer' }
Plug 'connorholyday/vim-snazzy', { 'as': 'snazzy' }
Plug 'jacoborus/tender.vim', { 'as': 'tender' }
Plug 'dylanaraps/wal.vim'
" Plug 'jacoborus/tender.vim', { 'as': 'tender' }
" Plug 'dylanaraps/wal.vim'
" Customization
Plug 'ryanoasis/vim-devicons'
@ -152,6 +152,9 @@ Plug 'jpalardy/vim-slime'
" Jupyter notebook
Plug 'jupyter-vim/jupyter-vim'
" indentLine
Plug 'Yggdroot/indentLine'
" " Mermaid diagram
" Plug 'zhaozg/vim-diagram'