Some filetype specific settings
This commit is contained in:
parent
d0a301d557
commit
f6c0c86580
5 changed files with 17 additions and 16 deletions
|
@ -1,8 +1,9 @@
|
|||
set textwidth=0
|
||||
inoremap <silent> <Tab> <C-r>=ledger#autocomplete_and_align()<CR>
|
||||
vnoremap <silent> <buffer> <Tab> :LedgerAlign<CR>
|
||||
inoremap <S-TAB> <TAB>
|
||||
noremap { ?^\d<CR>
|
||||
noremap } /^\d<CR>
|
||||
noremap <leader>F <cmd>%LedgerAlign<cr>
|
||||
noremap <leader>f <cmd>LedgerAlign<cr>
|
||||
"inoremap <silent> <Tab> <C-r>=ledger#autocomplete_and_align()<CR>
|
||||
"vnoremap <silent> <buffer> <Tab> :LedgerAlign<CR>
|
||||
"inoremap <S-TAB> <TAB>
|
||||
"noremap { ?^\d<CR>
|
||||
"noremap } /^\d<CR>
|
||||
"noremap <leader>F <cmd>%LedgerAlign<cr>
|
||||
"noremap <leader>f <cmd>LedgerAlign<cr>
|
||||
setlocal omnifunc=hledger#complete#omnifunc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue