diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 2b4c60b..8b64708 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -88,6 +88,7 @@ Plug 'tpope/vim-speeddating' Plug 'zpieslak/vim-autofix' Plug 'juvenn/mustache.vim' Plug 'github/copilot.vim' +Plug 'hunner/vim-beancount' call plug#end() " Because. @@ -127,6 +128,10 @@ noremap gh :Gbrowse " Edit a file in the same directory as the current buffer noremap e :e %:p:h/ +let g:beancount_separator_col = 60 +nnoremap = :AlignCommodity +vnoremap = :AlignCommodity + " --column: Show column number " --line-number: Show line number " --no-heading: Do not show file headings in results