Add neoformat
This commit is contained in:
parent
275a07bf4e
commit
649f4db641
@ -182,6 +182,9 @@ nmap <F6> :GhcModType<CR>
|
|||||||
" " OPTIONAL: Make the update time shorter, so the type info will trigger faster.
|
" " OPTIONAL: Make the update time shorter, so the type info will trigger faster.
|
||||||
" set updatetime=1000
|
" set updatetime=1000
|
||||||
|
|
||||||
|
let g:neoformat_enabled_haskell = ['brittany']
|
||||||
|
|
||||||
|
|
||||||
" map <silent> <leader>t <Plug>InteroGenericType
|
" map <silent> <leader>t <Plug>InteroGenericType
|
||||||
" nnoremap <silent> <leader>jd :InteroGoToDef<CR>
|
" nnoremap <silent> <leader>jd :InteroGoToDef<CR>
|
||||||
" map <silent> <leader>T <Plug>InteroType
|
" map <silent> <leader>T <Plug>InteroType
|
||||||
|
1
vimrc
1
vimrc
@ -39,6 +39,7 @@ Plug 'kien/ctrlp.vim'
|
|||||||
Plug 'nixprime/cpsm', { 'do': 'PY3=ON ./install.sh' }
|
Plug 'nixprime/cpsm', { 'do': 'PY3=ON ./install.sh' }
|
||||||
Plug 'junegunn/fzf', { 'do': './install --bin' }
|
Plug 'junegunn/fzf', { 'do': './install --bin' }
|
||||||
Plug 'junegunn/fzf.vim'
|
Plug 'junegunn/fzf.vim'
|
||||||
|
Plug 'sbdchd/neoformat'
|
||||||
|
|
||||||
" local_vimrc
|
" local_vimrc
|
||||||
Plug 'LucHermitte/lh-vim-lib'
|
Plug 'LucHermitte/lh-vim-lib'
|
||||||
|
Loading…
Reference in New Issue
Block a user