Add context.vim
This commit is contained in:
parent
0589a622de
commit
648377fd75
1 changed files with 6 additions and 0 deletions
|
@ -21,6 +21,9 @@ Plug 'vim-ruby/vim-ruby'
|
||||||
" colors
|
" colors
|
||||||
Plug 'morhetz/gruvbox'
|
Plug 'morhetz/gruvbox'
|
||||||
|
|
||||||
|
" testing
|
||||||
|
Plug 'wellle/context.vim' " consider nvim-treesitter-context
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
" STATUS LINE
|
" STATUS LINE
|
||||||
|
@ -139,6 +142,9 @@ endfunction
|
||||||
call ChangeBackground()
|
call ChangeBackground()
|
||||||
|
|
||||||
" PLUGIN CONFIGURATION
|
" PLUGIN CONFIGURATION
|
||||||
|
" context.vim
|
||||||
|
let g:context_highlight_border = '<hide>'
|
||||||
|
|
||||||
" editorconfig-vim
|
" editorconfig-vim
|
||||||
let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*']
|
let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*']
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue