Skip to content

hasufell/ghcup.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ghcup.vim

Vim plugin to use GHCup from within vim buffers.

  • Seamless switching between Vim and GHCup
  • Support Vim8 / NeoVim terminal

Code and ideas inspired from tig-explorer.

GHCup

Requirement

Installation

" vim-plug
Plug 'hasufell/ghcup.vim'

" NeoBundle
NeoBundle 'hasufell/ghcup.vim'

NOTE: If you use Neovim, you have to add the dependency to the plugin bclose.vim:

" vim-plug
Plug 'rbgrouleff/bclose.vim'

" NeoBundle
NeoBundle 'rbgrouleff/bclose.vim'

Usage

Keymap on Vim

Add following script to ~/.vimrc

" open ghcup in the current buffer
nnoremap <Leader>g :GHCup<CR>

Releases

No releases published