Skip to content

rob-b/gutenhasktags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gutenhasktags

Build Status

Simple wrapper around hasktags to allow it to work with vim-gutentags

Usage

Install gutenhasktags then add the following to your vimrc

let g:gutentags_project_info = [ {'type': 'python', 'file': 'setup.py'},
                               \ {'type': 'ruby', 'file': 'Gemfile'},
                               \ {'type': 'haskell', 'file': 'Setup.hs'} ]
let g:gutentags_ctags_executable_haskell = 'gutenhasktags'

About

Simple wrapper around hasktags to allow it to work with vim-gutentags

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors