Buncha other fixes
This commit is contained in:
parent
feacf83360
commit
e14b06fb2b
10 changed files with 20 additions and 46 deletions
|
|
@ -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' |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue