dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit e4ead5c73aef71ee4613bae058ceac58d7cb20e8
parent 45e2cd17fe5770d2bc82401048d969312f3ba328
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Tue,  6 Sep 2022 13:02:40 +0200

vim: plugin to show context

Diffstat:
Mvim/vimrc | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/vim/vimrc b/vim/vimrc @@ -161,6 +161,9 @@ Plug 'jceb/vim-orgmode', { 'for': 'org' } " Rust Plug 'rust-lang/rust.vim', { 'for': 'rust' } +" Show context +Plug 'wellle/context.vim' + if has('nvim') Plug 'neovim/nvim-lspconfig' endif