Open
Description
Hi,
I'm using
- linux
- vim 8.2
- hledger 1.22.2
omnicompletion was working until now. When i hit tab key, omnicompletion search for a while a returns a pattern not found
What should i check to find the source cause of my issue ?
my vimrc configuration is below
" ----------------------------------------------------------
" settings for vim-ledger plugin
" General settings
let g:ledger_bin = 'hledger'
let g:ledger_accounts_cmd = '-f % accounts'
let g:ledger_default_commodity = '€'
let g:ledger_commodity_before = 1
" String that will be used to fill the space between
" account name and amount in the foldtext.
" Set this to get some kind of lines or visual aid.
let g:ledger_fillstring = ' -'
" option applied to ledger when syntax check
nnoremap <leader>hc :!hledger -f % check -s
" alignement sur la décimale
let g:ledger_decimal_sep = ','
let g:ledger_align_at = 70
au FileType ledger inoremap <silent> <Tab> <C-r>=ledger#autocomplete_and_align()<CR>
au FileType ledger vnoremap <silent> <Tab> :LedgerAlign<CR>
i tried to execute hledger -f % accounts
and it worked
Metadata
Metadata
Assignees
Labels
No labels