mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 06:06:29 +00:00
Add hledger vim config
This commit is contained in:
parent
23baf5e1a0
commit
925dc59ecb
1 changed files with 5 additions and 0 deletions
|
@ -32,6 +32,8 @@ Plug 'rhysd/vim-llvm'
|
|||
" Lingua Franca
|
||||
Plug 'lf-lang/lingua-franca.vim'
|
||||
|
||||
Plug 'anekos/hledger-vim'
|
||||
|
||||
Plug 'vim-syntastic/syntastic'
|
||||
Plug 'vim-airline/vim-airline'
|
||||
Plug 'tpope/vim-fugitive'
|
||||
|
@ -59,6 +61,9 @@ call plug#end()
|
|||
"command! -bang -nargs=? -complete=dir Files
|
||||
"\ call fzf#vim#files(<q-args>, {'sink': 'tabedit', 'options': ['--info=inline', '--preview', '~/.vim/plugged/fzf.vim/bin/preview.sh {}']}, <bang>0)
|
||||
|
||||
" hledger file type support
|
||||
autocmd FileType hledger setlocal omnifunc=hledger#complete#omnifunc
|
||||
|
||||
set laststatus=2
|
||||
let g:airline#extensions#tabline#enabled = 1
|
||||
let g:airline_powerline_fonts = 0
|
||||
|
|
Loading…
Reference in a new issue