Buncha other fixes

This commit is contained in:
Hunter Haugen 2025-05-19 16:03:55 -07:00
parent feacf83360
commit e14b06fb2b
Signed by: hunner
GPG key ID: EF99694AA599DDAD
10 changed files with 20 additions and 46 deletions

View file

@ -534,8 +534,12 @@ nmap <silent> gy <Plug>(coc-type-definition)
nmap <silent> gi <Plug>(coc-implementation)
nmap <silent> gr <Plug>(coc-references)
" Use ,b to jump with ace jump
" beancount macros
au BufReadPost,BufNewFile *.beancount
"au BufRead,BufNewFile *.beancount,*.bean python3 import sys; sys.path.append('<venv path>/lib/python3.12/site-packages'); import beancount; sys.path.pop()
au BufReadPost,BufNewFile *.beancount,*.bean
\ setlocal omnifunc=beancount#complete |
\ let @f = 'joExpenses:Megs:Foodjj0zz' |
\ let @o = 'joExpenses:Megs:Otherjj0zz' |
\ let @p = 'joExpenses:Needs:Petroljj0zz' |