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
|
||||
Plug 'morhetz/gruvbox'
|
||||
|
||||
" testing
|
||||
Plug 'wellle/context.vim' " consider nvim-treesitter-context
|
||||
|
||||
call plug#end()
|
||||
|
||||
" STATUS LINE
|
||||
|
@ -139,6 +142,9 @@ endfunction
|
|||
call ChangeBackground()
|
||||
|
||||
" PLUGIN CONFIGURATION
|
||||
" context.vim
|
||||
let g:context_highlight_border = '<hide>'
|
||||
|
||||
" editorconfig-vim
|
||||
let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*']
|
||||
|
||||
|
|
Loading…
Reference in a new issue