add more neovim plugins
This commit is contained in:
parent
cb459c93a9
commit
8d346a1b9a
@ -79,6 +79,9 @@ Plug 'junegunn/vim-after-object'
|
|||||||
Plug 'junegunn/vim-peekaboo'
|
Plug 'junegunn/vim-peekaboo'
|
||||||
Plug 'takac/vim-hardtime'
|
Plug 'takac/vim-hardtime'
|
||||||
Plug 'mhinz/vim-grepper'
|
Plug 'mhinz/vim-grepper'
|
||||||
|
Plug 'neovimhaskell/haskell-vim'
|
||||||
|
Plug 'kassio/neoterm'
|
||||||
|
Plug 'brettanomyces/nvim-editcommand'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
" Plugin configuration
|
" Plugin configuration
|
||||||
@ -120,6 +123,16 @@ let g:hardtime_ignore_quickfix=1
|
|||||||
let g:hardtime_maxcount=2
|
let g:hardtime_maxcount=2
|
||||||
|
|
||||||
nnoremap <Leader>g :Grepper<CR>
|
nnoremap <Leader>g :Grepper<CR>
|
||||||
|
|
||||||
|
let g:haskell_enable_quantification=1
|
||||||
|
let g:haskell_enable_recursivedo=1
|
||||||
|
let g:haskell_enable_arrowsyntax=1
|
||||||
|
let g:haskell_enable_pattern_synonyms=1
|
||||||
|
let g:haskell_enable_typeroles=1
|
||||||
|
let g:haskell_enable_static_pointers=1
|
||||||
|
|
||||||
|
let g:edticommand_no_mappings=1
|
||||||
|
tmap <C-e> <Plug>EditCommand
|
||||||
" Plugged }}}
|
" Plugged }}}
|
||||||
|
|
||||||
" vim: foldmethod=marker
|
" vim: foldmethod=marker
|
||||||
|
Loading…
Reference in New Issue
Block a user