summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2021-07-16 20:36:05 -0400
committerluxagraf <sng@luxagraf.net>2021-07-16 20:36:05 -0400
commit7fe4f324b9c90c5383965b51aaccdd0322b4fef9 (patch)
treefc3d5a2a1fe8cfe9f7b6e601e229070cd5327578 /.vimrc
parent9023193df97d2366a38b7f623c64215e809ec5d5 (diff)
brought up to date with Debian configdebian-openbox
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index d119ace..b03d55c 100644
--- a/.vimrc
+++ b/.vimrc
@@ -26,6 +26,7 @@ Bundle 'junegunn/fzf'
Bundle 'junegunn/fzf.vim'
Bundle 'chengzeyi/fzf-preview.vim'
Bundle 'alok/notational-fzf-vim'
+Bundle 'nathangrigg/vim-beancount'
call vundle#end()
filetype plugin indent on
"}}}